#94AB61

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

Shades of Chelsea Cucumber #94AB61

Tints of Chelsea Cucumber #94AB61

Color information

#94AB61 (or 0x94AB61) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AB and 61. RGB value is (148,171,97). Sum of RGB (Red+Green+Blue) = 148+171+97=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AB61 is #6B549E. Grayscale: #9B9B9B. Windows color (decimal): -7034015 or 6400916. OLE color: 6400916.

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

Color convert

RGB14817197-
CMYK0.1300.430.33
HSL78.65º30.58%52.55%-
HSV(B)78.65º43.27%67.06%-
XYZ28.9336.2816.79-
YUV155.6994.88122.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=35.58%
G=41.11%
B=23.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148171970.1300.430.3378.6530.5852.55
Hex94AB61D02B214f1f35
Octal22425314115053411173765
Binary1001010010101011110000111010101011100001100111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,171,97); }

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

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

 a { background-color: rgb(148,171,97); }

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

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

 span { border-color: rgb(148,171,97); }

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