Html Css Color HEX #99872A Lemon Ginger

📋 copy color: '#99872A'

red 153 ◦ green 135 ◦ blue 42

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

Shades of Lemon Ginger #99872A

Tints of Lemon Ginger #99872A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 46.36%
G = 40.91%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#99872A (or 0x99872A) is known color: Lemon Ginger. HEX triplet: 99, 87 and 2A. RGB value is (153,135,42). Sum of RGB (Red+Green+Blue) = 153+135+42=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99872A is #6678D5. Grayscale: #828282. Windows color (decimal): -6715606 or 2787225. OLE color: 2787225.

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

Color convert

RGB 153 135 42 -
CMYK 0 0.12 0.73 0.4
HSL 50.27º 0.57% 0.38% -
HSV(B) 50.27º 0.73% 0.6% -
XYZ 22.22 24.27 5.7 -
YUV 129.78 78.46 144.56 -
System Red Green Blue C M Y K H S L
Decimal 153 135 42 0 0.12 0.73 0.4 50.27 0.57 0.38
Hex 99 87 2A 0 C 49 28 32 39 26
Octal 231 207 52 0 14 111 50 62 71 46
Binary 10011001 10000111 101010 0 1100 1001001 101000 110010 111001 100110

Color Harmonies of #99872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99872A

Black with #99872A

Text Example


Text Example

White with #99872A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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