#85B641

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

Shades of Chelsea Cucumber #85B641

Tints of Chelsea Cucumber #85B641

Color information

#85B641 (or 0x85B641) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B6 and 41. RGB value is (133,182,65). Sum of RGB (Red+Green+Blue) = 133+182+65=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #85B641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B641 is #7A49BE. Grayscale: #9A9A9A. Windows color (decimal): -8014271 or 4306565. OLE color: 4306565.

HSL color Cylindrical-coordinate representation of color #85B641: hue angle of 85.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85B641 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB13318265-
CMYK0.2700.640.29
HSL85.13º47.37%48.43%-
HSV(B)85.13º64.29%71.37%-
XYZ27.3538.8211.05-
YUV154.0177.77113.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 182 (71.48% from 255) = 47.89%
BLUE value IS 65 (25.78% from 255) = 17.11%
R=35%
G=47.89%
B=17.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133182650.2700.640.2985.1347.3748.43
Hex85B6411B0401D552f30
Octal205266101330100351255760
Binary100001011011011010000011101101000000111011010101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,182,65); }

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

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

 a { background-color: rgb(133,182,65); }

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

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

 span { border-color: rgb(133,182,65); }

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