Html Css Color HEX #8C8827 Lemon Ginger

📋 copy color: '#8C8827'

red 140 ◦ green 136 ◦ blue 39

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

Shades of Lemon Ginger #8C8827

Tints of Lemon Ginger #8C8827

RGB

 RED value IS 140 (55.08% from 255) = 44.44%

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

 BLUE value IS 39 (15.63% from 255) = 12.38%

R = 44.44%
G = 43.17%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8C8827 (or 0x8C8827) is known color: Lemon Ginger. HEX triplet: 8C, 88 and 27. RGB value is (140,136,39). Sum of RGB (Red+Green+Blue) = 140+136+39=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8827 is #7377D8. Grayscale: #7E7E7E. Windows color (decimal): -7567321 or 2590860. OLE color: 2590860.

HSL color Cylindrical-coordinate representation of color #8C8827: hue angle of 57.62º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C8827 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 136 39 -
CMYK 0 0.03 0.72 0.45
HSL 57.62º 0.56% 0.35% -
HSV(B) 57.62º 0.72% 0.55% -
XYZ 19.99 23.33 5.37 -
YUV 126.14 78.83 137.89 -
System Red Green Blue C M Y K H S L
Decimal 140 136 39 0 0.03 0.72 0.45 57.62 0.56 0.35
Hex 8C 88 27 0 3 48 2D 3A 38 23
Octal 214 210 47 0 3 110 55 72 70 43
Binary 10001100 10001000 100111 0 11 1001000 101101 111010 111000 100011

Color Harmonies of #8C8827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8827

Black with #8C8827

Text Example


Text Example

White with #8C8827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C8827; }

 p { color: rgb(140,136,39); }

 H1.HeaderClassName
 {
   color: #8C8827;
 }
 .AnyTagClassName
 {
   color: #8C8827;
 }
</style>

background-color css

<style>
 a { background-color: #8C8827; }

 a { background-color: rgb(140,136,39); }

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

border-color css

<style>
 span { border-color: #8C8827; }

 span { border-color: rgb(140,136,39); }

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