#85B149

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

Shades of Chelsea Cucumber #85B149

Tints of Chelsea Cucumber #85B149

Color information

#85B149 (or 0x85B149) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B1 and 49. RGB value is (133,177,73). Sum of RGB (Red+Green+Blue) = 133+177+73=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #85B149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B149 is #7A4EB6. Grayscale: #989898. Windows color (decimal): -8015543 or 4829573. OLE color: 4829573.

HSL color Cylindrical-coordinate representation of color #85B149: hue angle of 85.38º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85B149 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB13317773-
CMYK0.2500.590.31
HSL85.38º41.6%49.02%-
HSV(B)85.38º58.76%69.41%-
XYZ26.636.9112.03-
YUV151.9983.42114.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 73 (28.91% from 255) = 19.06%
R=34.73%
G=46.21%
B=19.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133177730.2500.590.3185.3841.649.02
Hex85B1491903B1F552a31
Octal20526111131073371255261
Binary10000101101100011001001110010111011111111010101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,177,73); }

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

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

 a { background-color: rgb(133,177,73); }

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

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

 span { border-color: rgb(133,177,73); }

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