Html Css Color HEX #99872F Lemon Ginger

📋 copy color: '#99872F'

red 153 ◦ green 135 ◦ blue 47

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

Shades of Lemon Ginger #99872F

Tints of Lemon Ginger #99872F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.3%

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 45.67%
G = 40.3%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99872F (or 0x99872F) is known color: Lemon Ginger. HEX triplet: 99, 87 and 2F. RGB value is (153,135,47). Sum of RGB (Red+Green+Blue) = 153+135+47=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99872F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99872F is #6678D0. Grayscale: #828282. Windows color (decimal): -6715601 or 3114905. OLE color: 3114905.

HSL color Cylindrical-coordinate representation of color #99872F: hue angle of 49.81º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99872F is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 135 47 -
CMYK 0 0.12 0.69 0.4
HSL 49.81º 0.53% 0.39% -
HSV(B) 49.81º 0.69% 0.6% -
XYZ 22.31 24.31 6.2 -
YUV 130.35 80.96 144.16 -
System Red Green Blue C M Y K H S L
Decimal 153 135 47 0 0.12 0.69 0.4 49.81 0.53 0.39
Hex 99 87 2F 0 C 45 28 32 35 27
Octal 231 207 57 0 14 105 50 62 65 47
Binary 10011001 10000111 101111 0 1100 1000101 101000 110010 110101 100111

Color Harmonies of #99872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99872F

Black with #99872F

Text Example


Text Example

White with #99872F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,135,47); }

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

background-color css

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

 a { background-color: rgb(153,135,47); }

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

border-color css

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

 span { border-color: rgb(153,135,47); }

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