#85B35A

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

Shades of Chelsea Cucumber #85B35A

Tints of Chelsea Cucumber #85B35A

Color information

#85B35A (or 0x85B35A) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B3 and 5A. RGB value is (133,179,90). Sum of RGB (Red+Green+Blue) = 133+179+90=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #85B35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B35A is #7A4CA5. Grayscale: #9B9B9B. Windows color (decimal): -8015014 or 5944197. OLE color: 5944197.

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

Color convert

RGB13317990-
CMYK0.2600.500.30
HSL91.01º36.93%52.75%-
HSV(B)91.01º49.72%70.2%-
XYZ27.6437.9615.54-
YUV155.191.26112.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 179 (70.31% from 255) = 44.53%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=33.08%
G=44.53%
B=22.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal133179900.2600.500.3091.0136.9352.75
Hex85B35A1A0321E5b2535
Octal20526313232062361334565
Binary10000101101100111011010110100110010111101011011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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