Html Css Color HEX #99911F Lemon Ginger

📋 copy color: '#99911F'

red 153 ◦ green 145 ◦ blue 31

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

Shades of Lemon Ginger #99911F

Tints of Lemon Ginger #99911F

RGB

 RED value IS 153 (60.16% from 255) = 46.5%

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

 BLUE value IS 31 (12.5% from 255) = 9.42%

R = 46.5%
G = 44.07%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99911F (or 0x99911F) is known color: Lemon Ginger. HEX triplet: 99, 91 and 1F. RGB value is (153,145,31). Sum of RGB (Red+Green+Blue) = 153+145+31=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99911F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99911F is #666EE0. Grayscale: #868686. Windows color (decimal): -6713057 or 2068889. OLE color: 2068889.

HSL color Cylindrical-coordinate representation of color #99911F: hue angle of 56.07º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99911F is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 145 31 -
CMYK 0 0.05 0.80 0.4
HSL 56.07º 0.66% 0.36% -
HSV(B) 56.07º 0.8% 0.6% -
XYZ 23.51 27.12 5.29 -
YUV 134.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 153 145 31 0 0.05 0.80 0.4 56.07 0.66 0.36
Hex 99 91 1F 0 5 50 28 38 42 24
Octal 231 221 37 0 5 120 50 70 102 44
Binary 10011001 10010001 11111 0 101 1010000 101000 111000 1000010 100100

Color Harmonies of #99911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99911F

Black with #99911F

Text Example


Text Example

White with #99911F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99911F; }

 p { color: rgb(153,145,31); }

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

background-color css

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

 a { background-color: rgb(153,145,31); }

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

border-color css

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

 span { border-color: rgb(153,145,31); }

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