Html Css Color HEX #8C8230 Lemon Ginger

📋 copy color: '#8C8230'

red 140 ◦ green 130 ◦ blue 48

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

Shades of Lemon Ginger #8C8230

Tints of Lemon Ginger #8C8230

RGB

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

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

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

R = 44.03%
G = 40.88%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C8230 (or 0x8C8230) is known color: Lemon Ginger. HEX triplet: 8C, 82 and 30. RGB value is (140,130,48). Sum of RGB (Red+Green+Blue) = 140+130+48=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8230 is #737DCF. Grayscale: #7B7B7B. Windows color (decimal): -7568848 or 3179148. OLE color: 3179148.

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

Color convert

RGB 140 130 48 -
CMYK 0 0.07 0.66 0.45
HSL 53.48º 0.49% 0.37% -
HSV(B) 53.48º 0.66% 0.55% -
XYZ 19.33 21.75 5.98 -
YUV 123.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 140 130 48 0 0.07 0.66 0.45 53.48 0.49 0.37
Hex 8C 82 30 0 7 42 2D 35 31 25
Octal 214 202 60 0 7 102 55 65 61 45
Binary 10001100 10000010 110000 0 111 1000010 101101 110101 110001 100101

Color Harmonies of #8C8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8230

Black with #8C8230

Text Example


Text Example

White with #8C8230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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