#84931C

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

Shades of Citron #84931C

Tints of Citron #84931C

Color information

#84931C (or 0x84931C) is unknown color: approx Citron. HEX triplet: 84, 93 and 1C. RGB value is (132,147,28). Sum of RGB (Red+Green+Blue) = 132+147+28=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #84931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84931C is #7B6CE3. Grayscale: #818181. Windows color (decimal): -8088804 or 1872772. OLE color: 1872772.

HSL color Cylindrical-coordinate representation of color #84931C: hue angle of 67.56º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84931C is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB13214728-
CMYK0.1000.810.42
HSL67.56º68%34.31%-
HSV(B)67.56º80.95%57.65%-
XYZ20.1625.865.03-
YUV128.9571.03130.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 28 (11.33% from 255) = 9.12%
R=43.00%
G=47.88%
B=9.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132147280.1000.810.4267.566834.31
Hex84931CA0512A444422
Octal204223341201215210410442
Binary10000100100100111110010100101000110101010001001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84931C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,147,28); }

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

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

 a { background-color: rgb(132,147,28); }

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

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

 span { border-color: rgb(132,147,28); }

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