#85A14B

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

Shades of Chelsea Cucumber #85A14B

Tints of Chelsea Cucumber #85A14B

Color information

#85A14B (or 0x85A14B) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A1 and 4B. RGB value is (133,161,75). Sum of RGB (Red+Green+Blue) = 133+161+75=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 161 - color contains mainly: green. Hex color #85A14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A14B is #7A5EB4. Grayscale: #8F8F8F. Windows color (decimal): -8019637 or 4956549. OLE color: 4956549.

HSL color Cylindrical-coordinate representation of color #85A14B: hue angle of 79.53º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85A14B is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB13316175-
CMYK0.1700.530.37
HSL79.53º36.44%46.27%-
HSV(B)79.53º53.42%63.14%-
XYZ23.6930.9811.39-
YUV142.8289.72120.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 161 (63.28% from 255) = 43.63%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=36.04%
G=43.63%
B=20.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal133161750.1700.530.3779.5336.4446.27
Hex85A14B110352550242e
Octal20524111321065451204456
Binary100001011010000110010111000101101011001011010000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,161,75); }

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

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

 a { background-color: rgb(133,161,75); }

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

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

 span { border-color: rgb(133,161,75); }

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