Html Css Color HEX #8C8928 Lemon Ginger

📋 copy color: '#8C8928'

red 140 ◦ green 137 ◦ blue 40

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

Shades of Lemon Ginger #8C8928

Tints of Lemon Ginger #8C8928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.22%

 BLUE value IS 40 (16.02% from 255) = 12.62%

R = 44.16%
G = 43.22%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C8928 (or 0x8C8928) is known color: Lemon Ginger. HEX triplet: 8C, 89 and 28. RGB value is (140,137,40). Sum of RGB (Red+Green+Blue) = 140+137+40=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8928 is #7376D7. Grayscale: #7F7F7F. Windows color (decimal): -7567064 or 2656652. OLE color: 2656652.

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

Color convert

RGB 140 137 40 -
CMYK 0 0.02 0.71 0.45
HSL 58.2º 0.56% 0.35% -
HSV(B) 58.2º 0.71% 0.55% -
XYZ 20.14 23.62 5.5 -
YUV 126.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 140 137 40 0 0.02 0.71 0.45 58.2 0.56 0.35
Hex 8C 89 28 0 2 47 2D 3A 38 23
Octal 214 211 50 0 2 107 55 72 70 43
Binary 10001100 10001001 101000 0 10 1000111 101101 111010 111000 100011

Color Harmonies of #8C8928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8928

Black with #8C8928

Text Example


Text Example

White with #8C8928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,137,40); }

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

background-color css

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

 a { background-color: rgb(140,137,40); }

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

border-color css

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

 span { border-color: rgb(140,137,40); }

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