#94AA54

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

Shades of Chelsea Cucumber #94AA54

Tints of Chelsea Cucumber #94AA54

Color information

#94AA54 (or 0x94AA54) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AA and 54. RGB value is (148,170,84). Sum of RGB (Red+Green+Blue) = 148+170+84=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA54 is #6B55AB. Grayscale: #999999. Windows color (decimal): -7034284 or 5548692. OLE color: 5548692.

HSL color Cylindrical-coordinate representation of color #94AA54: hue angle of 75.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94AA54 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB14817084-
CMYK0.1300.510.33
HSL75.35º33.86%49.8%-
HSV(B)75.35º50.59%66.67%-
XYZ28.1935.6913.79-
YUV153.6288.71123.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 84 (33.20% from 255) = 20.90%
R=36.82%
G=42.29%
B=20.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148170840.1300.510.3375.3533.8649.8
Hex94AA54D033214b2232
Octal22425212415063411134262
Binary10010100101010101010100110101100111000011001011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,170,84); }

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

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

 a { background-color: rgb(148,170,84); }

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

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

 span { border-color: rgb(148,170,84); }

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