#81941B

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

Shades of Citron #81941B

Tints of Citron #81941B

Color information

#81941B (or 0x81941B) is unknown color: approx Citron. HEX triplet: 81, 94 and 1B. RGB value is (129,148,27). Sum of RGB (Red+Green+Blue) = 129+148+27=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #81941B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81941B is #7E6BE4. Grayscale: #808080. Windows color (decimal): -8285157 or 1807489. OLE color: 1807489.

HSL color Cylindrical-coordinate representation of color #81941B: hue angle of 69.42º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81941B is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB12914827-
CMYK0.1300.820.42
HSL69.42º69.14%34.31%-
HSV(B)69.42º81.76%58.04%-
XYZ19.8425.935-
YUV128.5270.71128.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 148 (58.20% from 255) = 48.68%
BLUE value IS 27 (10.94% from 255) = 8.88%
R=42.43%
G=48.68%
B=8.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129148270.1300.820.4269.4269.1434.31
Hex81941BD0522A454522
Octal201224331501225210510542
Binary10000001100101001101111010101001010101010001011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81941B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81941B; }

 p { color: rgb(129,148,27); }

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

<style>
 a { background-color: #81941B; }

 a { background-color: rgb(129,148,27); }

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

<style>
 span { border-color: #81941B; }

 span { border-color: rgb(129,148,27); }

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