#848B1F

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

Shades of Trendy Green #848B1F

Tints of Trendy Green #848B1F

Color information

#848B1F (or 0x848B1F) is unknown color: approx Trendy Green. HEX triplet: 84, 8B and 1F. RGB value is (132,139,31). Sum of RGB (Red+Green+Blue) = 132+139+31=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #848B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848B1F is #7B74E0. Grayscale: #7D7D7D. Windows color (decimal): -8090849 or 2067332. OLE color: 2067332.

HSL color Cylindrical-coordinate representation of color #848B1F: hue angle of 63.89º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #848B1F is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB13213931-
CMYK0.0500.780.45
HSL63.89º63.53%33.33%-
HSV(B)63.89º77.7%54.51%-
XYZ1923.474.83-
YUV124.5975.18133.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.71%
GREEN value IS 139 (54.69% from 255) = 46.03%
BLUE value IS 31 (12.5% from 255) = 10.26%
R=43.71%
G=46.03%
B=10.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132139310.0500.780.4563.8963.5333.33
Hex848B1F504E2D404021
Octal20421337501165510010041
Binary1000010010001011111111010100111010110110000001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848B1F; }

 p { color: rgb(132,139,31); }

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

<style>
 a { background-color: #848B1F; }

 a { background-color: rgb(132,139,31); }

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

<style>
 span { border-color: #848B1F; }

 span { border-color: rgb(132,139,31); }

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