Html Css Color HEX #8C8017 Lemon Ginger

📋 copy color: '#8C8017'

red 140 ◦ green 128 ◦ blue 23

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

Shades of Lemon Ginger #8C8017

Tints of Lemon Ginger #8C8017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.9%

R = 48.11%
G = 43.99%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C8017 (or 0x8C8017) is known color: Lemon Ginger. HEX triplet: 8C, 80 and 17. RGB value is (140,128,23). Sum of RGB (Red+Green+Blue) = 140+128+23=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8017 is #737FE8. Grayscale: #787878. Windows color (decimal): -7569385 or 1540236. OLE color: 1540236.

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

Color convert

RGB 140 128 23 -
CMYK 0 0.09 0.84 0.45
HSL 53.85º 0.72% 0.32% -
HSV(B) 53.85º 0.84% 0.55% -
XYZ 18.69 21.08 3.89 -
YUV 119.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 140 128 23 0 0.09 0.84 0.45 53.85 0.72 0.32
Hex 8C 80 17 0 9 54 2D 36 48 20
Octal 214 200 27 0 11 124 55 66 110 40
Binary 10001100 10000000 10111 0 1001 1010100 101101 110110 1001000 100000

Color Harmonies of #8C8017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8017

Black with #8C8017

Text Example


Text Example

White with #8C8017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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