Html Css Color HEX #85832A Trendy Green

📋 copy color: '#85832A'

red 133 ◦ green 131 ◦ blue 42

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

Shades of Trendy Green #85832A

Tints of Trendy Green #85832A

RGB

 RED value IS 133 (52.34% from 255) = 43.46%

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

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 43.46%
G = 42.81%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85832A (or 0x85832A) is known color: Trendy Green. HEX triplet: 85, 83 and 2A. RGB value is (133,131,42). Sum of RGB (Red+Green+Blue) = 133+131+42=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85832A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85832A is #7A7CD5. Grayscale: #797979. Windows color (decimal): -8027350 or 2786181. OLE color: 2786181.

HSL color Cylindrical-coordinate representation of color #85832A: hue angle of 58.68º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85832A is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 42 -
CMYK 0 0.02 0.68 0.48
HSL 58.68º 0.52% 0.34% -
HSV(B) 58.68º 0.68% 0.52% -
XYZ 18.21 21.39 5.36 -
YUV 121.45 83.16 136.24 -
System Red Green Blue C M Y K H S L
Decimal 133 131 42 0 0.02 0.68 0.48 58.68 0.52 0.34
Hex 85 83 2A 0 2 44 30 3B 34 22
Octal 205 203 52 0 2 104 60 73 64 42
Binary 10000101 10000011 101010 0 10 1000100 110000 111011 110100 100010

Color Harmonies of #85832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85832A

Black with #85832A

Text Example


Text Example

White with #85832A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85832A; }

 p { color: rgb(133,131,42); }

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

background-color css

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

 a { background-color: rgb(133,131,42); }

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

border-color css

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

 span { border-color: rgb(133,131,42); }

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