Html Css Color HEX #848321 Trendy Green

📋 copy color: '#848321'

red 132 ◦ green 131 ◦ blue 33

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

Shades of Trendy Green #848321

Tints of Trendy Green #848321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 44.59%
G = 44.26%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#848321 (or 0x848321) is known color: Trendy Green. HEX triplet: 84, 83 and 21. RGB value is (132,131,33). Sum of RGB (Red+Green+Blue) = 132+131+33=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #848321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848321 is #7B7CDE. Grayscale: #787878. Windows color (decimal): -8092895 or 2196356. OLE color: 2196356.

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

Color convert

RGB 132 131 33 -
CMYK 0 0.01 0.75 0.48
HSL 59.39º 0.6% 0.32% -
HSV(B) 59.39º 0.75% 0.52% -
XYZ 17.91 21.25 4.6 -
YUV 120.13 78.83 136.47 -
System Red Green Blue C M Y K H S L
Decimal 132 131 33 0 0.01 0.75 0.48 59.39 0.6 0.32
Hex 84 83 21 0 1 4B 30 3B 3C 20
Octal 204 203 41 0 1 113 60 73 74 40
Binary 10000100 10000011 100001 0 1 1001011 110000 111011 111100 100000

Color Harmonies of #848321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848321

Black with #848321

Text Example


Text Example

White with #848321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848321; }

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

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

background-color css

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

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

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

border-color css

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

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

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