#84A10B

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

Shades of Citron #84A10B

Tints of Citron #84A10B

Color information

#84A10B (or 0x84A10B) is unknown color: approx Citron. HEX triplet: 84, A1 and 0B. RGB value is (132,161,11). Sum of RGB (Red+Green+Blue) = 132+161+11=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #84A10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A10B is #7B5EF4. Grayscale: #878787. Windows color (decimal): -8085237 or 762244. OLE color: 762244.

HSL color Cylindrical-coordinate representation of color #84A10B: hue angle of 71.6º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84A10B is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB13216111-
CMYK0.1800.930.37
HSL71.6º87.21%33.73%-
HSV(B)71.6º93.17%63.14%-
XYZ22.3230.425.01-
YUV135.2357.89125.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 161 (63.28% from 255) = 52.96%
BLUE value IS 11 (4.69% from 255) = 3.62%
R=43.42%
G=52.96%
B=3.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132161110.1800.930.3771.687.2133.73
Hex84A1B1205D25485722
Octal204241132201354511012742
Binary10000100101000011011100100101110110010110010001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A10B; }

 p { color: rgb(132,161,11); }

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

<style>
 a { background-color: #84A10B; }

 a { background-color: rgb(132,161,11); }

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

<style>
 span { border-color: #84A10B; }

 span { border-color: rgb(132,161,11); }

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