Html Css Color HEX #99871F Lemon Ginger

📋 copy color: '#99871F'

red 153 ◦ green 135 ◦ blue 31

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

Shades of Lemon Ginger #99871F

Tints of Lemon Ginger #99871F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 47.96%
G = 42.32%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99871F (or 0x99871F) is known color: Lemon Ginger. HEX triplet: 99, 87 and 1F. RGB value is (153,135,31). Sum of RGB (Red+Green+Blue) = 153+135+31=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #99871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99871F is #6678E0. Grayscale: #808080. Windows color (decimal): -6715617 or 2066329. OLE color: 2066329.

HSL color Cylindrical-coordinate representation of color #99871F: hue angle of 51.15º degrees, saturation: 0.66, 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 #99871F is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 135 31 -
CMYK 0 0.12 0.80 0.4
HSL 51.15º 0.66% 0.36% -
HSV(B) 51.15º 0.8% 0.6% -
XYZ 22.05 24.2 4.81 -
YUV 128.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 153 135 31 0 0.12 0.80 0.4 51.15 0.66 0.36
Hex 99 87 1F 0 C 50 28 33 42 24
Octal 231 207 37 0 14 120 50 63 102 44
Binary 10011001 10000111 11111 0 1100 1010000 101000 110011 1000010 100100

Color Harmonies of #99871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99871F

Black with #99871F

Text Example


Text Example

White with #99871F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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