Html Css Color HEX #8E8C27 Lemon Ginger

📋 copy color: '#8E8C27'

red 142 ◦ green 140 ◦ blue 39

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

Shades of Lemon Ginger #8E8C27

Tints of Lemon Ginger #8E8C27

RGB

 RED value IS 142 (55.86% from 255) = 44.24%

 GREEN value IS 140 (55.08% from 255) = 43.61%

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

R = 44.24%
G = 43.61%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8E8C27 (or 0x8E8C27) is known color: Lemon Ginger. HEX triplet: 8E, 8C and 27. RGB value is (142,140,39). Sum of RGB (Red+Green+Blue) = 142+140+39=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8C27 is #7173D8. Grayscale: #818181. Windows color (decimal): -7435225 or 2591886. OLE color: 2591886.

HSL color Cylindrical-coordinate representation of color #8E8C27: hue angle of 58.83º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E8C27 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 140 39 -
CMYK 0 0.01 0.73 0.44
HSL 58.83º 0.57% 0.35% -
HSV(B) 58.83º 0.73% 0.56% -
XYZ 20.9 24.65 5.58 -
YUV 129.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 142 140 39 0 0.01 0.73 0.44 58.83 0.57 0.35
Hex 8E 8C 27 0 1 49 2C 3B 39 23
Octal 216 214 47 0 1 111 54 73 71 43
Binary 10001110 10001100 100111 0 1 1001001 101100 111011 111001 100011

Color Harmonies of #8E8C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8C27

Black with #8E8C27

Text Example


Text Example

White with #8E8C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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