Html Css Color HEX #848320 Trendy Green

📋 copy color: '#848320'

red 132 ◦ green 131 ◦ blue 32

#848320
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #848320

Tints of Trendy Green #848320

RGB

 RED value IS 132 (51.95% from 255) = 44.75%

 GREEN value IS 131 (51.56% from 255) = 44.41%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 44.75%
G = 44.41%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#848320 (or 0x848320) is known color: Trendy Green. HEX triplet: 84, 83 and 20. RGB value is (132,131,32). Sum of RGB (Red+Green+Blue) = 132+131+32=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #848320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848320 is #7B7CDF. Grayscale: #787878. Windows color (decimal): -8092896 or 2130820. OLE color: 2130820.

HSL color Cylindrical-coordinate representation of color #848320: hue angle of 59.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #848320 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 131 32 -
CMYK 0 0.01 0.76 0.48
HSL 59.4º 0.61% 0.32% -
HSV(B) 59.4º 0.76% 0.52% -
XYZ 17.89 21.24 4.52 -
YUV 120.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 132 131 32 0 0.01 0.76 0.48 59.4 0.61 0.32
Hex 84 83 20 0 1 4C 30 3B 3D 20
Octal 204 203 40 0 1 114 60 73 75 40
Binary 10000100 10000011 100000 0 1 1001100 110000 111011 111101 100000

Color Harmonies of #848320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848320

Black with #848320

Text Example


Text Example

White with #848320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848320; }

 p { color: rgb(132,131,32); }

 H1.HeaderClassName
 {
   color: #848320;
 }
 .AnyTagClassName
 {
   color: #848320;
 }
</style>

background-color css

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

 a { background-color: rgb(132,131,32); }

 div.DivClassName
 {
   background-color: #848320;
 }
 .BgClassName
 {
   background-color: #848320;
 }
</style>

border-color css

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

 span { border-color: rgb(132,131,32); }

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