Html Css Color HEX #8C8026 Lemon Ginger

📋 copy color: '#8C8026'

red 140 ◦ green 128 ◦ blue 38

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

Shades of Lemon Ginger #8C8026

Tints of Lemon Ginger #8C8026

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.83%

 BLUE value IS 38 (15.23% from 255) = 12.42%

R = 45.75%
G = 41.83%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8C8026 (or 0x8C8026) is known color: Lemon Ginger. HEX triplet: 8C, 80 and 26. RGB value is (140,128,38). Sum of RGB (Red+Green+Blue) = 140+128+38=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8026 is #737FD9. Grayscale: #797979. Windows color (decimal): -7569370 or 2523276. OLE color: 2523276.

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

Color convert

RGB 140 128 38 -
CMYK 0 0.09 0.73 0.45
HSL 52.94º 0.57% 0.35% -
HSV(B) 52.94º 0.73% 0.55% -
XYZ 18.88 21.15 4.92 -
YUV 121.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 140 128 38 0 0.09 0.73 0.45 52.94 0.57 0.35
Hex 8C 80 26 0 9 49 2D 35 39 23
Octal 214 200 46 0 11 111 55 65 71 43
Binary 10001100 10000000 100110 0 1001 1001001 101101 110101 111001 100011

Color Harmonies of #8C8026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8026

Black with #8C8026

Text Example


Text Example

White with #8C8026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,128,38); }

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

background-color css

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

 a { background-color: rgb(140,128,38); }

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

border-color css

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

 span { border-color: rgb(140,128,38); }

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