#84801B

Color #84801B Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #84801B

Tints of Trendy Green #84801B

Color information

#84801B (or 0x84801B) is unknown color: approx Trendy Green. HEX triplet: 84, 80 and 1B. RGB value is (132,128,27). Sum of RGB (Red+Green+Blue) = 132+128+27=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #84801B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84801B is #7B7FE4. Grayscale: #767676. Windows color (decimal): -8093669 or 1802372. OLE color: 1802372.

HSL color Cylindrical-coordinate representation of color #84801B: hue angle of 57.71º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84801B is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB13212827-
CMYK00.030.800.48
HSL57.71º66.04%31.18%-
HSV(B)57.71º79.55%51.76%-
XYZ17.4320.424.06-
YUV117.6876.83138.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 27 (10.94% from 255) = 9.41%
R=45.99%
G=44.60%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321282700.030.800.4857.7166.0431.18
Hex84801B0350303a421f
Octal2042003303120607210237
Binary1000010010000000110110111010000110000111010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84801B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84801B; }

 p { color: rgb(132,128,27); }

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

<style>
 a { background-color: #84801B; }

 a { background-color: rgb(132,128,27); }

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

<style>
 span { border-color: #84801B; }

 span { border-color: rgb(132,128,27); }

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