#81950C

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

Shades of Citron #81950C

Tints of Citron #81950C

Color information

#81950C (or 0x81950C) is unknown color: approx Citron. HEX triplet: 81, 95 and 0C. RGB value is (129,149,12). Sum of RGB (Red+Green+Blue) = 129+149+12=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #81950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81950C is #7E6AF3. Grayscale: #7F7F7F. Windows color (decimal): -8284916 or 824705. OLE color: 824705.

HSL color Cylindrical-coordinate representation of color #81950C: hue angle of 68.76º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81950C is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB12914912-
CMYK0.1300.920.42
HSL68.76º85.09%31.57%-
HSV(B)68.76º91.95%58.43%-
XYZ19.8726.194.36-
YUV127.462.87129.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 149 (58.59% from 255) = 51.38%
BLUE value IS 12 (5.08% from 255) = 4.14%
R=44.48%
G=51.38%
B=4.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129149120.1300.920.4268.7685.0931.57
Hex8195CD05C2A455520
Octal201225141501345210512540
Binary1000000110010101110011010101110010101010001011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81950C; }

 p { color: rgb(129,149,12); }

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

<style>
 a { background-color: #81950C; }

 a { background-color: rgb(129,149,12); }

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

<style>
 span { border-color: #81950C; }

 span { border-color: rgb(129,149,12); }

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