Html Css Color HEX #85A151 Chelsea Cucumber

📋 copy color: '#85A151'

red 133 ◦ green 161 ◦ blue 81

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

Shades of Chelsea Cucumber #85A151

Tints of Chelsea Cucumber #85A151

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.93%

 BLUE value IS 81 (32.03% from 255) = 21.6%

R = 35.47%
G = 42.93%
B = 21.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#85A151 (or 0x85A151) is known color: Chelsea Cucumber. HEX triplet: 85, A1 and 51. RGB value is (133,161,81). Sum of RGB (Red+Green+Blue) = 133+161+81=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #85A151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A151 is #7A5EAE. Grayscale: #8F8F8F. Windows color (decimal): -8019631 or 5349765. OLE color: 5349765.

HSL color Cylindrical-coordinate representation of color #85A151: hue angle of 81º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85A151 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 161 81 -
CMYK 0.17 0 0.50 0.37
HSL 81º 0.33% 0.47% -
HSV(B) 81º 0.5% 0.63% -
XYZ 23.9 31.07 12.52 -
YUV 143.51 92.72 120.5 -
System Red Green Blue C M Y K H S L
Decimal 133 161 81 0.17 0 0.50 0.37 81 0.33 0.47
Hex 85 A1 51 11 0 32 25 51 21 2F
Octal 205 241 121 21 0 62 45 121 41 57
Binary 10000101 10100001 1010001 10001 0 110010 100101 1010001 100001 101111

Color Harmonies of #85A151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A151

Black with #85A151

Text Example


Text Example

White with #85A151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A151; }

 p { color: rgb(133,161,81); }

 H1.HeaderClassName
 {
   color: #85A151;
 }
 .AnyTagClassName
 {
   color: #85A151;
 }
</style>

background-color css

<style>
 a { background-color: #85A151; }

 a { background-color: rgb(133,161,81); }

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

border-color css

<style>
 span { border-color: #85A151; }

 span { border-color: rgb(133,161,81); }

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