#85994F

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

Shades of Chelsea Cucumber #85994F

Tints of Chelsea Cucumber #85994F

Color information

#85994F (or 0x85994F) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 99 and 4F. RGB value is (133,153,79). Sum of RGB (Red+Green+Blue) = 133+153+79=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #85994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85994F is #7A66B0. Grayscale: #8A8A8A. Windows color (decimal): -8021681 or 5216645. OLE color: 5216645.

HSL color Cylindrical-coordinate representation of color #85994F: hue angle of 76.22º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85994F is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB13315379-
CMYK0.1300.480.4
HSL76.22º31.9%45.49%-
HSV(B)76.22º48.37%60%-
XYZ22.4828.3311.68-
YUV138.5894.37124.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 153 (60.16% from 255) = 41.92%
BLUE value IS 79 (31.25% from 255) = 21.64%
R=36.44%
G=41.92%
B=21.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133153790.1300.480.476.2231.945.49
Hex85994FD030284c202d
Octal20523111715060501144055
Binary10000101100110011001111110101100001010001001100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85994F; }

 p { color: rgb(133,153,79); }

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

<style>
 a { background-color: #85994F; }

 a { background-color: rgb(133,153,79); }

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

<style>
 span { border-color: #85994F; }

 span { border-color: rgb(133,153,79); }

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