Html Css Color HEX #81A10B Citron

📋 copy color: '#81A10B'

red 129 ◦ green 161 ◦ blue 11

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

Shades of Citron #81A10B

Tints of Citron #81A10B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.49%

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 42.86%
G = 53.49%
B = 3.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#81A10B (or 0x81A10B) is known color: Citron. HEX triplet: 81, A1 and 0B. RGB value is (129,161,11). Sum of RGB (Red+Green+Blue) = 129+161+11=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #81A10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A10B is #7E5EF4. Grayscale: #868686. Windows color (decimal): -8281845 or 762241. OLE color: 762241.

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

Color convert

RGB 129 161 11 -
CMYK 0.20 0 0.93 0.37
HSL 72.8º 0.87% 0.34% -
HSV(B) 72.8º 0.93% 0.63% -
XYZ 21.86 30.18 4.99 -
YUV 134.33 58.4 124.2 -
System Red Green Blue C M Y K H S L
Decimal 129 161 11 0.20 0 0.93 0.37 72.8 0.87 0.34
Hex 81 A1 B 14 0 5D 25 49 57 22
Octal 201 241 13 24 0 135 45 111 127 42
Binary 10000001 10100001 1011 10100 0 1011101 100101 1001001 1010111 100010

Color Harmonies of #81A10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A10B

Black with #81A10B

Text Example


Text Example

White with #81A10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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