Html Css Color HEX #99852F Lemon Ginger

📋 copy color: '#99852F'

red 153 ◦ green 133 ◦ blue 47

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

Shades of Lemon Ginger #99852F

Tints of Lemon Ginger #99852F

RGB

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

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

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

R = 45.95%
G = 39.94%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99852F (or 0x99852F) is known color: Lemon Ginger. HEX triplet: 99, 85 and 2F. RGB value is (153,133,47). Sum of RGB (Red+Green+Blue) = 153+133+47=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99852F is #667AD0. Grayscale: #818181. Windows color (decimal): -6716113 or 3114393. OLE color: 3114393.

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

Color convert

RGB 153 133 47 -
CMYK 0 0.13 0.69 0.4
HSL 48.68º 0.53% 0.39% -
HSV(B) 48.68º 0.69% 0.6% -
XYZ 22.04 23.75 6.11 -
YUV 129.18 81.63 144.99 -
System Red Green Blue C M Y K H S L
Decimal 153 133 47 0 0.13 0.69 0.4 48.68 0.53 0.39
Hex 99 85 2F 0 D 45 28 31 35 27
Octal 231 205 57 0 15 105 50 61 65 47
Binary 10011001 10000101 101111 0 1101 1000101 101000 110001 110101 100111

Color Harmonies of #99852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99852F

Black with #99852F

Text Example


Text Example

White with #99852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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