#94C053

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

Shades of Chelsea Cucumber #94C053

Tints of Chelsea Cucumber #94C053

Color information

#94C053 (or 0x94C053) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, C0 and 53. RGB value is (148,192,83). Sum of RGB (Red+Green+Blue) = 148+192+83=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #94C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C053 is #6B3FAC. Grayscale: #A6A6A6. Windows color (decimal): -7028653 or 5488788. OLE color: 5488788.

HSL color Cylindrical-coordinate representation of color #94C053: hue angle of 84.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94C053 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB14819283-
CMYK0.2300.570.25
HSL84.22º46.38%53.92%-
HSV(B)84.22º56.77%75.29%-
XYZ32.6244.6215.08-
YUV166.4280.92114.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 192 (75.39% from 255) = 45.39%
BLUE value IS 83 (32.81% from 255) = 19.62%
R=34.99%
G=45.39%
B=19.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148192830.2300.570.2584.2246.3853.92
Hex94C0531703919542e36
Octal22430012327071311245666
Binary10010100110000001010011101110111001110011010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,192,83); }

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

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

 a { background-color: rgb(148,192,83); }

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

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

 span { border-color: rgb(148,192,83); }

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