#94AB46

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

Shades of Chelsea Cucumber #94AB46

Tints of Chelsea Cucumber #94AB46

Color information

#94AB46 (or 0x94AB46) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AB and 46. RGB value is (148,171,70). Sum of RGB (Red+Green+Blue) = 148+171+70=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AB46 is #6B54B9. Grayscale: #989898. Windows color (decimal): -7034042 or 4631444. OLE color: 4631444.

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

Color convert

RGB14817170-
CMYK0.1300.590.33
HSL73.66º41.91%47.25%-
HSV(B)73.66º59.06%67.06%-
XYZ27.8835.8611.25-
YUV152.6181.38124.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 171 (67.19% from 255) = 43.96%
BLUE value IS 70 (27.73% from 255) = 17.99%
R=38.05%
G=43.96%
B=17.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148171700.1300.590.3373.6641.9147.25
Hex94AB46D03B214a2a2f
Octal22425310615073411125257
Binary10010100101010111000110110101110111000011001010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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