#81931F

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

Shades of Citron #81931F

Tints of Citron #81931F

Color information

#81931F (or 0x81931F) is unknown color: approx Citron. HEX triplet: 81, 93 and 1F. RGB value is (129,147,31). Sum of RGB (Red+Green+Blue) = 129+147+31=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #81931F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81931F is #7E6CE0. Grayscale: #808080. Windows color (decimal): -8285409 or 2069377. OLE color: 2069377.

HSL color Cylindrical-coordinate representation of color #81931F: hue angle of 69.31º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81931F is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB12914731-
CMYK0.1200.790.42
HSL69.31º65.17%34.9%-
HSV(B)69.31º78.91%57.65%-
XYZ19.7325.635.2-
YUV128.3973.04128.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 31 (12.5% from 255) = 10.10%
R=42.02%
G=47.88%
B=10.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129147310.1200.790.4269.3165.1734.9
Hex81931FC04F2A454123
Octal201223371401175210510143
Binary10000001100100111111111000100111110101010001011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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