#94B45A

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

Shades of Chelsea Cucumber #94B45A

Tints of Chelsea Cucumber #94B45A

Color information

#94B45A (or 0x94B45A) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B4 and 5A. RGB value is (148,180,90). Sum of RGB (Red+Green+Blue) = 148+180+90=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #94B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B45A is #6B4BA5. Grayscale: #A0A0A0. Windows color (decimal): -7031718 or 5944468. OLE color: 5944468.

HSL color Cylindrical-coordinate representation of color #94B45A: hue angle of 81.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94B45A is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB14818090-
CMYK0.1800.500.29
HSL81.33º37.5%52.94%-
HSV(B)81.33º50%70.59%-
XYZ30.3839.6815.73-
YUV160.1788.4119.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 180 (70.70% from 255) = 43.06%
BLUE value IS 90 (35.55% from 255) = 21.53%
R=35.41%
G=43.06%
B=21.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148180900.1800.500.2981.3337.552.94
Hex94B45A120321D512635
Octal22426413222062351214665
Binary10010100101101001011010100100110010111011010001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,180,90); }

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

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

 a { background-color: rgb(148,180,90); }

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

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

 span { border-color: rgb(148,180,90); }

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