#80961A

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

Shades of Citron #80961A

Tints of Citron #80961A

Color information

#80961A (or 0x80961A) is unknown color: approx Citron. HEX triplet: 80, 96 and 1A. RGB value is (128,150,26). Sum of RGB (Red+Green+Blue) = 128+150+26=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #80961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80961A is #7F69E5. Grayscale: #818181. Windows color (decimal): -8350182 or 1742464. OLE color: 1742464.

HSL color Cylindrical-coordinate representation of color #80961A: hue angle of 70.65º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80961A is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB12815026-
CMYK0.1500.830.41
HSL70.65º70.45%34.51%-
HSV(B)70.65º82.67%58.82%-
XYZ19.9926.485.03-
YUV129.2969.71127.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.11%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 26 (10.55% from 255) = 8.55%
R=42.11%
G=49.34%
B=8.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128150260.1500.830.4170.6570.4534.51
Hex80961AF05329474623
Octal200226321701235110710643
Binary10000000100101101101011110101001110100110001111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80961A; }

 p { color: rgb(128,150,26); }

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

<style>
 a { background-color: #80961A; }

 a { background-color: rgb(128,150,26); }

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

<style>
 span { border-color: #80961A; }

 span { border-color: rgb(128,150,26); }

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