#84981E

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

Shades of Citron #84981E

Tints of Citron #84981E

Color information

#84981E (or 0x84981E) is unknown color: approx Citron. HEX triplet: 84, 98 and 1E. RGB value is (132,152,30). Sum of RGB (Red+Green+Blue) = 132+152+30=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #84981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84981E is #7B67E1. Grayscale: #848484. Windows color (decimal): -8087522 or 2005124. OLE color: 2005124.

HSL color Cylindrical-coordinate representation of color #84981E: hue angle of 69.84º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84981E is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB13215230-
CMYK0.1300.800.40
HSL69.84º67.03%35.69%-
HSV(B)69.84º80.26%59.61%-
XYZ20.9827.465.42-
YUV132.1170.37127.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=42.04%
G=48.41%
B=9.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132152300.1300.800.4069.8467.0335.69
Hex84981ED05028464324
Octal204230361501205010610344
Binary10000100100110001111011010101000010100010001101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84981E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84981E; }

 p { color: rgb(132,152,30); }

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

<style>
 a { background-color: #84981E; }

 a { background-color: rgb(132,152,30); }

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

<style>
 span { border-color: #84981E; }

 span { border-color: rgb(132,152,30); }

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