Html Css Color HEX #99851E Lemon Ginger

📋 copy color: '#99851E'

red 153 ◦ green 133 ◦ blue 30

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

Shades of Lemon Ginger #99851E

Tints of Lemon Ginger #99851E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.09%

 BLUE value IS 30 (12.11% from 255) = 9.49%

R = 48.42%
G = 42.09%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99851E (or 0x99851E) is known color: Lemon Ginger. HEX triplet: 99, 85 and 1E. RGB value is (153,133,30). Sum of RGB (Red+Green+Blue) = 153+133+30=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99851E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99851E is #667AE1. Grayscale: #7F7F7F. Windows color (decimal): -6716130 or 2000281. OLE color: 2000281.

HSL color Cylindrical-coordinate representation of color #99851E: hue angle of 50.24º degrees, saturation: 0.67, 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 #99851E is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 133 30 -
CMYK 0 0.13 0.80 0.4
HSL 50.24º 0.67% 0.36% -
HSV(B) 50.24º 0.8% 0.6% -
XYZ 21.76 23.64 4.64 -
YUV 127.24 73.13 146.38 -
System Red Green Blue C M Y K H S L
Decimal 153 133 30 0 0.13 0.80 0.4 50.24 0.67 0.36
Hex 99 85 1E 0 D 50 28 32 43 24
Octal 231 205 36 0 15 120 50 62 103 44
Binary 10011001 10000101 11110 0 1101 1010000 101000 110010 1000011 100100

Color Harmonies of #99851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99851E

Black with #99851E

Text Example


Text Example

White with #99851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99851E; }

 p { color: rgb(153,133,30); }

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

background-color css

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

 a { background-color: rgb(153,133,30); }

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

border-color css

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

 span { border-color: rgb(153,133,30); }

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