#80951C

Color #80951C Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #80951C

Tints of Citron #80951C

Color information

#80951C (or 0x80951C) is unknown color: approx Citron. HEX triplet: 80, 95 and 1C. RGB value is (128,149,28). Sum of RGB (Red+Green+Blue) = 128+149+28=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #80951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80951C is #7F6AE3. Grayscale: #818181. Windows color (decimal): -8350436 or 1873280. OLE color: 1873280.

HSL color Cylindrical-coordinate representation of color #80951C: hue angle of 70.41º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80951C is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB12814928-
CMYK0.1400.810.42
HSL70.41º68.36%34.71%-
HSV(B)70.41º81.21%58.43%-
XYZ19.8626.175.1-
YUV128.9371.04127.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 149 (58.59% from 255) = 48.85%
BLUE value IS 28 (11.33% from 255) = 9.18%
R=41.97%
G=48.85%
B=9.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128149280.1400.810.4270.4168.3634.71
Hex80951CE0512A464423
Octal200225341601215210610443
Binary10000000100101011110011100101000110101010001101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80951C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80951C; }

 p { color: rgb(128,149,28); }

 H1.HeaderClassName
 {
   color: #80951C;
 }
 .AnyTagClassName
 {
   color: #80951C;
 }
</style>
background-color css

<style>
 a { background-color: #80951C; }

 a { background-color: rgb(128,149,28); }

 div.DivClassName
 {
   background-color: #80951C;
 }
 .BgClassName
 {
   background-color: #80951C;
 }
</style>
border-color css

<style>
 span { border-color: #80951C; }

 span { border-color: rgb(128,149,28); }

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