Html Css Color HEX #8C8228 Lemon Ginger

📋 copy color: '#8C8228'

red 140 ◦ green 130 ◦ blue 40

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

Shades of Lemon Ginger #8C8228

Tints of Lemon Ginger #8C8228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

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

R = 45.16%
G = 41.94%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C8228 (or 0x8C8228) is known color: Lemon Ginger. HEX triplet: 8C, 82 and 28. RGB value is (140,130,40). Sum of RGB (Red+Green+Blue) = 140+130+40=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8228 is #737DD7. Grayscale: #7B7B7B. Windows color (decimal): -7568856 or 2654860. OLE color: 2654860.

HSL color Cylindrical-coordinate representation of color #8C8228: hue angle of 54º 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 #8C8228 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 130 40 -
CMYK 0 0.07 0.71 0.45
HSL 54º 0.56% 0.35% -
HSV(B) 54º 0.71% 0.55% -
XYZ 19.18 21.69 5.18 -
YUV 122.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 140 130 40 0 0.07 0.71 0.45 54 0.56 0.35
Hex 8C 82 28 0 7 47 2D 36 38 23
Octal 214 202 50 0 7 107 55 66 70 43
Binary 10001100 10000010 101000 0 111 1000111 101101 110110 111000 100011

Color Harmonies of #8C8228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8228

Black with #8C8228

Text Example


Text Example

White with #8C8228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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