#81980A

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

Shades of Citron #81980A

Tints of Citron #81980A

Color information

#81980A (or 0x81980A) is unknown color: approx Citron. HEX triplet: 81, 98 and 0A. RGB value is (129,152,10). Sum of RGB (Red+Green+Blue) = 129+152+10=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #81980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81980A is #7E67F5. Grayscale: #818181. Windows color (decimal): -8284150 or 694401. OLE color: 694401.

HSL color Cylindrical-coordinate representation of color #81980A: hue angle of 69.72º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81980A is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB12915210-
CMYK0.1500.930.40
HSL69.72º87.65%31.76%-
HSV(B)69.72º93.42%59.61%-
XYZ20.3427.154.45-
YUV128.9360.88128.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 152 (59.77% from 255) = 52.23%
BLUE value IS 10 (4.30% from 255) = 3.44%
R=44.33%
G=52.23%
B=3.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129152100.1500.930.4069.7287.6531.76
Hex8198AF05D28465820
Octal201230121701355010613040
Binary1000000110011000101011110101110110100010001101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,152,10); }

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

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

 a { background-color: rgb(129,152,10); }

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

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

 span { border-color: rgb(129,152,10); }

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