#81A105

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

Shades of Citron #81A105

Tints of Citron #81A105

Color information

#81A105 (or 0x81A105) is unknown color: approx Citron. HEX triplet: 81, A1 and 05. RGB value is (129,161,5). Sum of RGB (Red+Green+Blue) = 129+161+5=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 161 (63.28% from 255 or 54.58% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 161 - color contains mainly: green. Hex color #81A105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A105 is #7E5EFA. Grayscale: #868686. Windows color (decimal): -8281851 or 369025. OLE color: 369025.

HSL color Cylindrical-coordinate representation of color #81A105: hue angle of 72.31º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81A105 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB1291615-
CMYK0.2000.970.37
HSL72.31º93.98%32.55%-
HSV(B)72.31º96.89%63.14%-
XYZ21.8330.174.82-
YUV133.6555.4124.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 161 (63.28% from 255) = 54.58%
BLUE value IS 5 (2.34% from 255) = 1.69%
R=43.73%
G=54.58%
B=1.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12916150.2000.970.3772.3193.9832.55
Hex81A151406125485e21
Octal20124152401414511013641
Binary1000000110100001101101000110000110010110010001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A105; }

 p { color: rgb(129,161,5); }

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

<style>
 a { background-color: #81A105; }

 a { background-color: rgb(129,161,5); }

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

<style>
 span { border-color: #81A105; }

 span { border-color: rgb(129,161,5); }

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