#81991F

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

Shades of Citron #81991F

Tints of Citron #81991F

Color information

#81991F (or 0x81991F) is unknown color: approx Citron. HEX triplet: 81, 99 and 1F. RGB value is (129,153,31). Sum of RGB (Red+Green+Blue) = 129+153+31=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #81991F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81991F is #7E66E0. Grayscale: #848484. Windows color (decimal): -8283873 or 2070913. OLE color: 2070913.

HSL color Cylindrical-coordinate representation of color #81991F: hue angle of 71.8º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81991F is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB12915331-
CMYK0.1600.800.4
HSL71.8º66.3%36.08%-
HSV(B)71.8º79.74%60%-
XYZ20.6927.555.52-
YUV131.9271.05125.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 31 (12.5% from 255) = 9.90%
R=41.21%
G=48.88%
B=9.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129153310.1600.800.471.866.336.08
Hex81991F1005028484224
Octal201231372001205011010244
Binary100000011001100111111100000101000010100010010001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81991F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81991F; }

 p { color: rgb(129,153,31); }

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

<style>
 a { background-color: #81991F; }

 a { background-color: rgb(129,153,31); }

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

<style>
 span { border-color: #81991F; }

 span { border-color: rgb(129,153,31); }

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