#94BA5A

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

Shades of Chelsea Cucumber #94BA5A

Tints of Chelsea Cucumber #94BA5A

Color information

#94BA5A (or 0x94BA5A) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, BA and 5A. RGB value is (148,186,90). Sum of RGB (Red+Green+Blue) = 148+186+90=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BA5A is #6B45A5. Grayscale: #A4A4A4. Windows color (decimal): -7030182 or 5946004. OLE color: 5946004.

HSL color Cylindrical-coordinate representation of color #94BA5A: hue angle of 83.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94BA5A is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB14818690-
CMYK0.2000.520.27
HSL83.75º41.03%54.12%-
HSV(B)83.75º51.61%72.94%-
XYZ31.6242.1516.14-
YUV163.6986.41116.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 90 (35.55% from 255) = 21.23%
R=34.91%
G=43.87%
B=21.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148186900.2000.520.2783.7541.0354.12
Hex94BA5A140341B542936
Octal22427213224064331245166
Binary10010100101110101011010101000110100110111010100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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