Html Css Color HEX #81A011 Citron

📋 copy color: '#81A011'

red 129 ◦ green 160 ◦ blue 17

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

Shades of Citron #81A011

Tints of Citron #81A011

RGB

 RED value IS 129 (50.78% from 255) = 42.16%

 GREEN value IS 160 (62.89% from 255) = 52.29%

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 42.16%
G = 52.29%
B = 5.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#81A011 (or 0x81A011) is known color: Citron. HEX triplet: 81, A0 and 11. RGB value is (129,160,17). Sum of RGB (Red+Green+Blue) = 129+160+17=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #81A011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A011 is #7E5FEE. Grayscale: #868686. Windows color (decimal): -8282095 or 1155201. OLE color: 1155201.

HSL color Cylindrical-coordinate representation of color #81A011: hue angle of 73.01º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81A011 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 129 160 17 -
CMYK 0.19 0 0.89 0.37
HSL 73.01º 0.81% 0.35% -
HSV(B) 73.01º 0.89% 0.63% -
XYZ 21.73 29.85 5.15 -
YUV 134.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 129 160 17 0.19 0 0.89 0.37 73.01 0.81 0.35
Hex 81 A0 11 13 0 59 25 49 51 23
Octal 201 240 21 23 0 131 45 111 121 43
Binary 10000001 10100000 10001 10011 0 1011001 100101 1001001 1010001 100011

Color Harmonies of #81A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A011

Black with #81A011

Text Example


Text Example

White with #81A011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,160,17); }

 H1.HeaderClassName
 {
   color: #81A011;
 }
 .AnyTagClassName
 {
   color: #81A011;
 }
</style>

background-color css

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

 a { background-color: rgb(129,160,17); }

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

border-color css

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

 span { border-color: rgb(129,160,17); }

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