Html Css Color HEX #8C8030 Lemon Ginger

📋 copy color: '#8C8030'

red 140 ◦ green 128 ◦ blue 48

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

Shades of Lemon Ginger #8C8030

Tints of Lemon Ginger #8C8030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 44.3%
G = 40.51%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C8030 (or 0x8C8030) is known color: Lemon Ginger. HEX triplet: 8C, 80 and 30. RGB value is (140,128,48). Sum of RGB (Red+Green+Blue) = 140+128+48=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8030 is #737FCF. Grayscale: #7A7A7A. Windows color (decimal): -7569360 or 3178636. OLE color: 3178636.

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

Color convert

RGB 140 128 48 -
CMYK 0 0.09 0.66 0.45
HSL 52.17º 0.49% 0.37% -
HSV(B) 52.17º 0.66% 0.55% -
XYZ 19.07 21.23 5.89 -
YUV 122.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 140 128 48 0 0.09 0.66 0.45 52.17 0.49 0.37
Hex 8C 80 30 0 9 42 2D 34 31 25
Octal 214 200 60 0 11 102 55 64 61 45
Binary 10001100 10000000 110000 0 1001 1000010 101101 110100 110001 100101

Color Harmonies of #8C8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8030

Black with #8C8030

Text Example


Text Example

White with #8C8030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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