Html Css Color HEX #85A155 Chelsea Cucumber

📋 copy color: '#85A155'

red 133 ◦ green 161 ◦ blue 85

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

Shades of Chelsea Cucumber #85A155

Tints of Chelsea Cucumber #85A155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.43%

R = 35.09%
G = 42.48%
B = 22.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#85A155 (or 0x85A155) is known color: Chelsea Cucumber. HEX triplet: 85, A1 and 55. RGB value is (133,161,85). Sum of RGB (Red+Green+Blue) = 133+161+85=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #85A155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A155 is #7A5EAA. Grayscale: #909090. Windows color (decimal): -8019627 or 5611909. OLE color: 5611909.

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

Color convert

RGB 133 161 85 -
CMYK 0.17 0 0.47 0.37
HSL 82.11º 0.31% 0.48% -
HSV(B) 82.11º 0.47% 0.63% -
XYZ 24.06 31.13 13.34 -
YUV 143.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 133 161 85 0.17 0 0.47 0.37 82.11 0.31 0.48
Hex 85 A1 55 11 0 2F 25 52 1F 30
Octal 205 241 125 21 0 57 45 122 37 60
Binary 10000101 10100001 1010101 10001 0 101111 100101 1010010 11111 110000

Color Harmonies of #85A155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A155

Black with #85A155

Text Example


Text Example

White with #85A155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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