Html Css Color HEX #8C8034 Lemon Ginger

📋 copy color: '#8C8034'

red 140 ◦ green 128 ◦ blue 52

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

Shades of Lemon Ginger #8C8034

Tints of Lemon Ginger #8C8034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 43.75%
G = 40%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8C8034 (or 0x8C8034) is known color: Lemon Ginger. HEX triplet: 8C, 80 and 34. RGB value is (140,128,52). Sum of RGB (Red+Green+Blue) = 140+128+52=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8034 is #737FCB. Grayscale: #7B7B7B. Windows color (decimal): -7569356 or 3440780. OLE color: 3440780.

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

Color convert

RGB 140 128 52 -
CMYK 0 0.09 0.63 0.45
HSL 51.82º 0.46% 0.38% -
HSV(B) 51.82º 0.63% 0.55% -
XYZ 19.15 21.26 6.34 -
YUV 122.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 140 128 52 0 0.09 0.63 0.45 51.82 0.46 0.38
Hex 8C 80 34 0 9 3F 2D 34 2E 26
Octal 214 200 64 0 11 77 55 64 56 46
Binary 10001100 10000000 110100 0 1001 111111 101101 110100 101110 100110

Color Harmonies of #8C8034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8034

Black with #8C8034

Text Example


Text Example

White with #8C8034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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