#85A948

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

Shades of Chelsea Cucumber #85A948

Tints of Chelsea Cucumber #85A948

Color information

#85A948 (or 0x85A948) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A9 and 48. RGB value is (133,169,72). Sum of RGB (Red+Green+Blue) = 133+169+72=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #85A948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A948 is #7A56B7. Grayscale: #939393. Windows color (decimal): -8017592 or 4761989. OLE color: 4761989.

HSL color Cylindrical-coordinate representation of color #85A948: hue angle of 82.27º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85A948 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB13316972-
CMYK0.2100.570.34
HSL82.27º40.25%47.25%-
HSV(B)82.27º57.4%66.27%-
XYZ25.0333.8311.34-
YUV147.1885.57117.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 169 (66.41% from 255) = 45.19%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=35.56%
G=45.19%
B=19.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal133169720.2100.570.3482.2740.2547.25
Hex85A948150392252282f
Octal20525111025071421225057
Binary100001011010100110010001010101110011000101010010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,169,72); }

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

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

 a { background-color: rgb(133,169,72); }

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

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

 span { border-color: rgb(133,169,72); }

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