Html Css Color HEX #949111 Citron

📋 copy color: '#949111'

red 148 ◦ green 145 ◦ blue 17

#949111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #949111

Tints of Citron #949111

RGB

 RED value IS 148 (58.2% from 255) = 47.74%

 GREEN value IS 145 (57.03% from 255) = 46.77%

 BLUE value IS 17 (7.03% from 255) = 5.48%

R = 47.74%
G = 46.77%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#949111 (or 0x949111) is known color: Citron. HEX triplet: 94, 91 and 11. RGB value is (148,145,17). Sum of RGB (Red+Green+Blue) = 148+145+17=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #949111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949111 is #6B6EEE. Grayscale: #838383. Windows color (decimal): -7040751 or 1151380. OLE color: 1151380.

HSL color Cylindrical-coordinate representation of color #949111: hue angle of 58.63º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #949111 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 145 17 -
CMYK 0 0.02 0.89 0.42
HSL 58.63º 0.79% 0.32% -
HSV(B) 58.63º 0.89% 0.58% -
XYZ 22.44 26.59 4.48 -
YUV 131.31 63.49 139.91 -
System Red Green Blue C M Y K H S L
Decimal 148 145 17 0 0.02 0.89 0.42 58.63 0.79 0.32
Hex 94 91 11 0 2 59 2A 3B 4F 20
Octal 224 221 21 0 2 131 52 73 117 40
Binary 10010100 10010001 10001 0 10 1011001 101010 111011 1001111 100000

Color Harmonies of #949111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949111

Black with #949111

Text Example


Text Example

White with #949111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949111; }

 p { color: rgb(148,145,17); }

 H1.HeaderClassName
 {
   color: #949111;
 }
 .AnyTagClassName
 {
   color: #949111;
 }
</style>

background-color css

<style>
 a { background-color: #949111; }

 a { background-color: rgb(148,145,17); }

 div.DivClassName
 {
   background-color: #949111;
 }
 .BgClassName
 {
   background-color: #949111;
 }
</style>

border-color css

<style>
 span { border-color: #949111; }

 span { border-color: rgb(148,145,17); }

 td.TdClassName
 {
   border-color: #949111;
 }
 .TagClassName
 {
   border-color: #949111;
 }
</style>