#85B35B

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

Shades of Chelsea Cucumber #85B35B

Tints of Chelsea Cucumber #85B35B

Color information

#85B35B (or 0x85B35B) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B3 and 5B. RGB value is (133,179,91). Sum of RGB (Red+Green+Blue) = 133+179+91=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #85B35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B35B is #7A4CA4. Grayscale: #9B9B9B. Windows color (decimal): -8015013 or 6009733. OLE color: 6009733.

HSL color Cylindrical-coordinate representation of color #85B35B: hue angle of 91.36º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85B35B is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB13317991-
CMYK0.2600.490.30
HSL91.36º36.67%52.94%-
HSV(B)91.36º49.16%70.2%-
XYZ27.6837.9815.77-
YUV155.2191.76112.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 179 (70.31% from 255) = 44.42%
BLUE value IS 91 (35.94% from 255) = 22.58%
R=33.00%
G=44.42%
B=22.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal133179910.2600.490.3091.3636.6752.94
Hex85B35B1A0311E5b2535
Octal20526313332061361334565
Binary10000101101100111011011110100110001111101011011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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