#84940F

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

Shades of Citron #84940F

Tints of Citron #84940F

Color information

#84940F (or 0x84940F) is unknown color: approx Citron. HEX triplet: 84, 94 and 0F. RGB value is (132,148,15). Sum of RGB (Red+Green+Blue) = 132+148+15=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #84940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84940F is #7B6BF0. Grayscale: #808080. Windows color (decimal): -8088561 or 1021060. OLE color: 1021060.

HSL color Cylindrical-coordinate representation of color #84940F: hue angle of 67.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84940F is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB13214815-
CMYK0.1100.900.42
HSL67.22º81.6%31.96%-
HSV(B)67.22º89.86%58.04%-
XYZ20.1926.124.43-
YUV128.0564.2130.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 148 (58.20% from 255) = 50.17%
BLUE value IS 15 (6.25% from 255) = 5.08%
R=44.75%
G=50.17%
B=5.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148150.1100.900.4267.2281.631.96
Hex8494FB05A2A435220
Octal204224171301325210312240
Binary1000010010010100111110110101101010101010000111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84940F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,148,15); }

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

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

 a { background-color: rgb(132,148,15); }

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

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

 span { border-color: rgb(132,148,15); }

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