#85AA58

Color #85AA58 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #85AA58

Tints of Chelsea Cucumber #85AA58

Color information

#85AA58 (or 0x85AA58) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AA and 58. RGB value is (133,170,88). Sum of RGB (Red+Green+Blue) = 133+170+88=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AA58 is #7A55A7. Grayscale: #959595. Windows color (decimal): -8017320 or 5810821. OLE color: 5810821.

HSL color Cylindrical-coordinate representation of color #85AA58: hue angle of 87.07º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85AA58 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB13317088-
CMYK0.2200.480.33
HSL87.07º32.54%50.59%-
HSV(B)87.07º48.24%66.67%-
XYZ25.8134.4414.52-
YUV149.5993.24116.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=34.02%
G=43.48%
B=22.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133170880.2200.480.3387.0732.5450.59
Hex85AA581603021572133
Octal20525213026060411274163
Binary100001011010101010110001011001100001000011010111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,170,88); }

 H1.HeaderClassName
 {
   color: #85AA58;
 }
 .AnyTagClassName
 {
   color: #85AA58;
 }
</style>
background-color css

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

 a { background-color: rgb(133,170,88); }

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

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

 span { border-color: rgb(133,170,88); }

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