Html Css Color HEX #85892E Trendy Green

📋 copy color: '#85892E'

red 133 ◦ green 137 ◦ blue 46

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

Shades of Trendy Green #85892E

Tints of Trendy Green #85892E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.35%

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

R = 42.09%
G = 43.35%
B = 14.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#85892E (or 0x85892E) is known color: Trendy Green. HEX triplet: 85, 89 and 2E. RGB value is (133,137,46). Sum of RGB (Red+Green+Blue) = 133+137+46=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #85892E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85892E is #7A76D1. Grayscale: #7D7D7D. Windows color (decimal): -8025810 or 3049861. OLE color: 3049861.

HSL color Cylindrical-coordinate representation of color #85892E: hue angle of 62.64º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85892E is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 46 -
CMYK 0.03 0 0.66 0.46
HSL 62.64º 0.5% 0.36% -
HSV(B) 62.64º 0.66% 0.54% -
XYZ 19.11 23.08 6.03 -
YUV 125.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 133 137 46 0.03 0 0.66 0.46 62.64 0.5 0.36
Hex 85 89 2E 3 0 42 2E 3F 32 24
Octal 205 211 56 3 0 102 56 77 62 44
Binary 10000101 10001001 101110 11 0 1000010 101110 111111 110010 100100

Color Harmonies of #85892E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85892E

Black with #85892E

Text Example


Text Example

White with #85892E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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