#94AF56

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

Shades of Chelsea Cucumber #94AF56

Tints of Chelsea Cucumber #94AF56

Color information

#94AF56 (or 0x94AF56) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AF and 56. RGB value is (148,175,86). Sum of RGB (Red+Green+Blue) = 148+175+86=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF56 is #6B50A9. Grayscale: #9D9D9D. Windows color (decimal): -7033002 or 5681044. OLE color: 5681044.

HSL color Cylindrical-coordinate representation of color #94AF56: hue angle of 78.2º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94AF56 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB14817586-
CMYK0.1500.510.31
HSL78.2º35.74%51.18%-
HSV(B)78.2º50.86%68.63%-
XYZ29.2237.6314.53-
YUV156.7888.05121.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 86 (33.98% from 255) = 21.03%
R=36.19%
G=42.79%
B=21.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148175860.1500.510.3178.235.7451.18
Hex94AF56F0331F4e2433
Octal22425712617063371164463
Binary1001010010101111101011011110110011111111001110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AF56; }

 p { color: rgb(148,175,86); }

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

<style>
 a { background-color: #94AF56; }

 a { background-color: rgb(148,175,86); }

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

<style>
 span { border-color: #94AF56; }

 span { border-color: rgb(148,175,86); }

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