#84950A

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

Shades of Citron #84950A

Tints of Citron #84950A

Color information

#84950A (or 0x84950A) is unknown color: approx Citron. HEX triplet: 84, 95 and 0A. RGB value is (132,149,10). Sum of RGB (Red+Green+Blue) = 132+149+10=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #84950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84950A is #7B6AF5. Grayscale: #808080. Windows color (decimal): -8088310 or 693636. OLE color: 693636.

HSL color Cylindrical-coordinate representation of color #84950A: hue angle of 67.34º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84950A is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB13214910-
CMYK0.1100.930.42
HSL67.34º87.42%31.18%-
HSV(B)67.34º93.29%58.43%-
XYZ20.3226.424.32-
YUV128.0761.37130.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 10 (4.30% from 255) = 3.44%
R=45.36%
G=51.20%
B=3.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149100.1100.930.4267.3487.4231.18
Hex8495AB05D2A43571f
Octal204225121301355210312737
Binary100001001001010110101011010111011010101000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84950A; }

 p { color: rgb(132,149,10); }

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

<style>
 a { background-color: #84950A; }

 a { background-color: rgb(132,149,10); }

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

<style>
 span { border-color: #84950A; }

 span { border-color: rgb(132,149,10); }

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