Html Css Color HEX #85831B Trendy Green

📋 copy color: '#85831B'

red 133 ◦ green 131 ◦ blue 27

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

Shades of Trendy Green #85831B

Tints of Trendy Green #85831B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.28%

R = 45.7%
G = 45.02%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85831B (or 0x85831B) is known color: Trendy Green. HEX triplet: 85, 83 and 1B. RGB value is (133,131,27). Sum of RGB (Red+Green+Blue) = 133+131+27=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85831B is #7A7CE4. Grayscale: #787878. Windows color (decimal): -8027365 or 1803141. OLE color: 1803141.

HSL color Cylindrical-coordinate representation of color #85831B: hue angle of 58.87º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85831B is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 27 -
CMYK 0 0.02 0.80 0.48
HSL 58.87º 0.66% 0.31% -
HSV(B) 58.87º 0.8% 0.52% -
XYZ 17.99 21.3 4.2 -
YUV 119.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 133 131 27 0 0.02 0.80 0.48 58.87 0.66 0.31
Hex 85 83 1B 0 2 50 30 3B 42 1F
Octal 205 203 33 0 2 120 60 73 102 37
Binary 10000101 10000011 11011 0 10 1010000 110000 111011 1000010 11111

Color Harmonies of #85831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85831B

Black with #85831B

Text Example


Text Example

White with #85831B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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