#84951A

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

Shades of Citron #84951A

Tints of Citron #84951A

Color information

#84951A (or 0x84951A) is unknown color: approx Citron. HEX triplet: 84, 95 and 1A. RGB value is (132,149,26). Sum of RGB (Red+Green+Blue) = 132+149+26=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #84951A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84951A is #7B6AE5. Grayscale: #828282. Windows color (decimal): -8088294 or 1742212. OLE color: 1742212.

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

Color convert

RGB13214926-
CMYK0.1100.830.42
HSL68.29º70.29%34.31%-
HSV(B)68.29º82.55%58.43%-
XYZ20.4526.485.01-
YUV129.8969.37129.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 149 (58.59% from 255) = 48.53%
BLUE value IS 26 (10.55% from 255) = 8.47%
R=43.00%
G=48.53%
B=8.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149260.1100.830.4268.2970.2934.31
Hex84951AB0532A444622
Octal204225321301235210410642
Binary10000100100101011101010110101001110101010001001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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