Html Css Color HEX #85892B Trendy Green

📋 copy color: '#85892B'

red 133 ◦ green 137 ◦ blue 43

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

Shades of Trendy Green #85892B

Tints of Trendy Green #85892B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 42.49%
G = 43.77%
B = 13.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#85892B (or 0x85892B) is known color: Trendy Green. HEX triplet: 85, 89 and 2B. RGB value is (133,137,43). Sum of RGB (Red+Green+Blue) = 133+137+43=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #85892B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85892B is #7A76D4. Grayscale: #7D7D7D. Windows color (decimal): -8025813 or 2853253. OLE color: 2853253.

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

Color convert

RGB 133 137 43 -
CMYK 0.03 0 0.69 0.46
HSL 62.55º 0.52% 0.35% -
HSV(B) 62.55º 0.69% 0.54% -
XYZ 19.05 23.05 5.73 -
YUV 125.09 81.67 133.64 -
System Red Green Blue C M Y K H S L
Decimal 133 137 43 0.03 0 0.69 0.46 62.55 0.52 0.35
Hex 85 89 2B 3 0 45 2E 3F 34 23
Octal 205 211 53 3 0 105 56 77 64 43
Binary 10000101 10001001 101011 11 0 1000101 101110 111111 110100 100011

Color Harmonies of #85892B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85892B

Black with #85892B

Text Example


Text Example

White with #85892B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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