#85B15B

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

Shades of Chelsea Cucumber #85B15B

Tints of Chelsea Cucumber #85B15B

Color information

#85B15B (or 0x85B15B) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B1 and 5B. RGB value is (133,177,91). Sum of RGB (Red+Green+Blue) = 133+177+91=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #85B15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B15B is #7A4EA4. Grayscale: #9A9A9A. Windows color (decimal): -8015525 or 6009221. OLE color: 6009221.

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

Color convert

RGB13317791-
CMYK0.2500.490.31
HSL90.7º35.54%52.55%-
HSV(B)90.7º48.59%69.41%-
XYZ27.2837.1915.64-
YUV154.0492.42112.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 177 (69.53% from 255) = 44.14%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=33.17%
G=44.14%
B=22.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133177910.2500.490.3190.735.5452.55
Hex85B15B190311F5b2435
Octal20526113331061371334465
Binary10000101101100011011011110010110001111111011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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