#85A25B

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

Shades of Chelsea Cucumber #85A25B

Tints of Chelsea Cucumber #85A25B

Color information

#85A25B (or 0x85A25B) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A2 and 5B. RGB value is (133,162,91). Sum of RGB (Red+Green+Blue) = 133+162+91=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #85A25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A25B is #7A5DA4. Grayscale: #919191. Windows color (decimal): -8019365 or 6005381. OLE color: 6005381.

HSL color Cylindrical-coordinate representation of color #85A25B: hue angle of 84.51º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85A25B is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB13316291-
CMYK0.1800.440.36
HSL84.51º28.06%49.61%-
HSV(B)84.51º43.83%63.53%-
XYZ24.4831.5814.7-
YUV145.2397.39119.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 162 (63.67% from 255) = 41.97%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=34.46%
G=41.97%
B=23.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133162910.1800.440.3684.5128.0649.61
Hex85A25B1202C24551c32
Octal20524213322054441253462
Binary10000101101000101011011100100101100100100101010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,162,91); }

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

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

 a { background-color: rgb(133,162,91); }

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

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

 span { border-color: rgb(133,162,91); }

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