#85A950

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

Shades of Chelsea Cucumber #85A950

Tints of Chelsea Cucumber #85A950

Color information

#85A950 (or 0x85A950) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A9 and 50. RGB value is (133,169,80). Sum of RGB (Red+Green+Blue) = 133+169+80=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #85A950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A950 is #7A56AF. Grayscale: #949494. Windows color (decimal): -8017584 or 5286277. OLE color: 5286277.

HSL color Cylindrical-coordinate representation of color #85A950: hue angle of 84.27º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85A950 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB13316980-
CMYK0.2100.530.34
HSL84.27º35.74%48.82%-
HSV(B)84.27º52.66%66.27%-
XYZ25.3133.9412.81-
YUV148.0989.57117.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 169 (66.41% from 255) = 44.24%
BLUE value IS 80 (31.64% from 255) = 20.94%
R=34.82%
G=44.24%
B=20.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal133169800.2100.530.3484.2735.7448.82
Hex85A9501503522542431
Octal20525112025065421244461
Binary100001011010100110100001010101101011000101010100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,169,80); }

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

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

 a { background-color: rgb(133,169,80); }

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

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

 span { border-color: rgb(133,169,80); }

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