Html Css Color HEX #8C801B Lemon Ginger

📋 copy color: '#8C801B'

red 140 ◦ green 128 ◦ blue 27

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

Shades of Lemon Ginger #8C801B

Tints of Lemon Ginger #8C801B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.15%

R = 47.46%
G = 43.39%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C801B (or 0x8C801B) is known color: Lemon Ginger. HEX triplet: 8C, 80 and 1B. RGB value is (140,128,27). Sum of RGB (Red+Green+Blue) = 140+128+27=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C801B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C801B is #737FE4. Grayscale: #787878. Windows color (decimal): -7569381 or 1802380. OLE color: 1802380.

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

Color convert

RGB 140 128 27 -
CMYK 0 0.09 0.81 0.45
HSL 53.63º 0.68% 0.33% -
HSV(B) 53.63º 0.81% 0.55% -
XYZ 18.73 21.09 4.12 -
YUV 120.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 140 128 27 0 0.09 0.81 0.45 53.63 0.68 0.33
Hex 8C 80 1B 0 9 51 2D 36 44 21
Octal 214 200 33 0 11 121 55 66 104 41
Binary 10001100 10000000 11011 0 1001 1010001 101101 110110 1000100 100001

Color Harmonies of #8C801B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C801B

Black with #8C801B

Text Example


Text Example

White with #8C801B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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