#85B747

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

Shades of Chelsea Cucumber #85B747

Tints of Chelsea Cucumber #85B747

Color information

#85B747 (or 0x85B747) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B7 and 47. RGB value is (133,183,71). Sum of RGB (Red+Green+Blue) = 133+183+71=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #85B747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B747 is #7A48B8. Grayscale: #9B9B9B. Windows color (decimal): -8014009 or 4700037. OLE color: 4700037.

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

Color convert

RGB13318371-
CMYK0.2700.610.28
HSL86.79º44.09%49.8%-
HSV(B)86.79º61.2%71.76%-
XYZ27.7439.3112.09-
YUV155.2880.44112.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 183 (71.88% from 255) = 47.29%
BLUE value IS 71 (28.12% from 255) = 18.35%
R=34.37%
G=47.29%
B=18.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133183710.2700.610.2886.7944.0949.8
Hex85B7471B03D1C572c32
Octal20526710733075341275462
Binary10000101101101111000111110110111101111001010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,183,71); }

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

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

 a { background-color: rgb(133,183,71); }

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

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

 span { border-color: rgb(133,183,71); }

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