#85AD4B

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

Shades of Chelsea Cucumber #85AD4B

Tints of Chelsea Cucumber #85AD4B

Color information

#85AD4B (or 0x85AD4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AD and 4B. RGB value is (133,173,75). Sum of RGB (Red+Green+Blue) = 133+173+75=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AD4B is #7A52B4. Grayscale: #969696. Windows color (decimal): -8016565 or 4959621. OLE color: 4959621.

HSL color Cylindrical-coordinate representation of color #85AD4B: hue angle of 84.49º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85AD4B is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB13317375-
CMYK0.2300.570.32
HSL84.49º39.52%48.63%-
HSV(B)84.49º56.65%67.84%-
XYZ25.8935.3812.12-
YUV149.8785.75115.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 173 (67.97% from 255) = 45.41%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=34.91%
G=45.41%
B=19.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133173750.2300.570.3284.4939.5248.63
Hex85AD4B1703920542831
Octal20525511327071401245061
Binary100001011010110110010111011101110011000001010100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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