Html Css Color HEX #99882F Lemon Ginger

📋 copy color: '#99882F'

red 153 ◦ green 136 ◦ blue 47

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

Shades of Lemon Ginger #99882F

Tints of Lemon Ginger #99882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.48%

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

R = 45.54%
G = 40.48%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99882F (or 0x99882F) is known color: Lemon Ginger. HEX triplet: 99, 88 and 2F. RGB value is (153,136,47). Sum of RGB (Red+Green+Blue) = 153+136+47=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #99882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99882F is #6677D0. Grayscale: #838383. Windows color (decimal): -6715345 or 3115161. OLE color: 3115161.

HSL color Cylindrical-coordinate representation of color #99882F: hue angle of 50.38º 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 #99882F is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 136 47 -
CMYK 0 0.11 0.69 0.4
HSL 50.38º 0.53% 0.39% -
HSV(B) 50.38º 0.69% 0.6% -
XYZ 22.45 24.59 6.25 -
YUV 130.94 80.63 143.74 -
System Red Green Blue C M Y K H S L
Decimal 153 136 47 0 0.11 0.69 0.4 50.38 0.53 0.39
Hex 99 88 2F 0 B 45 28 32 35 27
Octal 231 210 57 0 13 105 50 62 65 47
Binary 10011001 10001000 101111 0 1011 1000101 101000 110010 110101 100111

Color Harmonies of #99882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99882F

Black with #99882F

Text Example


Text Example

White with #99882F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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