Html Css Color HEX #85842E Trendy Green

📋 copy color: '#85842E'

red 133 ◦ green 132 ◦ blue 46

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

Shades of Trendy Green #85842E

Tints of Trendy Green #85842E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.44%

 BLUE value IS 46 (18.36% from 255) = 14.79%

R = 42.77%
G = 42.44%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85842E (or 0x85842E) is known color: Trendy Green. HEX triplet: 85, 84 and 2E. RGB value is (133,132,46). Sum of RGB (Red+Green+Blue) = 133+132+46=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85842E is #7A7BD1. Grayscale: #7A7A7A. Windows color (decimal): -8027090 or 3048581. OLE color: 3048581.

HSL color Cylindrical-coordinate representation of color #85842E: hue angle of 59.31º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85842E is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 46 -
CMYK 0 0.01 0.65 0.48
HSL 59.31º 0.49% 0.35% -
HSV(B) 59.31º 0.65% 0.52% -
XYZ 18.42 21.69 5.8 -
YUV 122.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 133 132 46 0 0.01 0.65 0.48 59.31 0.49 0.35
Hex 85 84 2E 0 1 41 30 3B 31 23
Octal 205 204 56 0 1 101 60 73 61 43
Binary 10000101 10000100 101110 0 1 1000001 110000 111011 110001 100011

Color Harmonies of #85842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85842E

Black with #85842E

Text Example


Text Example

White with #85842E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85842E; }

 p { color: rgb(133,132,46); }

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

background-color css

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

 a { background-color: rgb(133,132,46); }

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

border-color css

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

 span { border-color: rgb(133,132,46); }

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