#94B65A

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

Shades of Chelsea Cucumber #94B65A

Tints of Chelsea Cucumber #94B65A

Color information

#94B65A (or 0x94B65A) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B6 and 5A. RGB value is (148,182,90). Sum of RGB (Red+Green+Blue) = 148+182+90=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 182 - color contains mainly: green. Hex color #94B65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B65A is #6B49A5. Grayscale: #A1A1A1. Windows color (decimal): -7031206 or 5944980. OLE color: 5944980.

HSL color Cylindrical-coordinate representation of color #94B65A: hue angle of 82.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94B65A is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB14818290-
CMYK0.1900.510.29
HSL82.17º38.66%53.33%-
HSV(B)82.17º50.55%71.37%-
XYZ30.7940.4915.87-
YUV161.3587.74118.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 182 (71.48% from 255) = 43.33%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=35.24%
G=43.33%
B=21.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148182900.1900.510.2982.1738.6653.33
Hex94B65A130331D522735
Octal22426613223063351224765
Binary10010100101101101011010100110110011111011010010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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