#85AC4B

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

Shades of Chelsea Cucumber #85AC4B

Tints of Chelsea Cucumber #85AC4B

Color information

#85AC4B (or 0x85AC4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AC and 4B. RGB value is (133,172,75). Sum of RGB (Red+Green+Blue) = 133+172+75=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AC4B is #7A53B4. Grayscale: #959595. Windows color (decimal): -8016821 or 4959365. OLE color: 4959365.

HSL color Cylindrical-coordinate representation of color #85AC4B: hue angle of 84.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85AC4B is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB13317275-
CMYK0.2300.560.33
HSL84.12º39.27%48.43%-
HSV(B)84.12º56.4%67.45%-
XYZ25.73512.06-
YUV149.2886.08116.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 172 (67.58% from 255) = 45.26%
BLUE value IS 75 (29.69% from 255) = 19.74%
R=35%
G=45.26%
B=19.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133172750.2300.560.3384.1239.2748.43
Hex85AC4B1703821542730
Octal20525411327070411244760
Binary100001011010110010010111011101110001000011010100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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