#93C152

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

Shades of Chelsea Cucumber #93C152

Tints of Chelsea Cucumber #93C152

Color information

#93C152 (or 0x93C152) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, C1 and 52. RGB value is (147,193,82). Sum of RGB (Red+Green+Blue) = 147+193+82=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #93C152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C152 is #6C3EAD. Grayscale: #A6A6A6. Windows color (decimal): -7093934 or 5423507. OLE color: 5423507.

HSL color Cylindrical-coordinate representation of color #93C152: hue angle of 84.86º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93C152 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB14719382-
CMYK0.2400.580.24
HSL84.86º47.23%53.92%-
HSV(B)84.86º57.51%75.69%-
XYZ32.6344.9514.94-
YUV166.5980.26114.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 193 (75.78% from 255) = 45.73%
BLUE value IS 82 (32.42% from 255) = 19.43%
R=34.83%
G=45.73%
B=19.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147193820.2400.580.2484.8647.2353.92
Hex93C1521803A18552f36
Octal22330112230072301255766
Binary10010011110000011010010110000111010110001010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93C152; }

 p { color: rgb(147,193,82); }

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

<style>
 a { background-color: #93C152; }

 a { background-color: rgb(147,193,82); }

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

<style>
 span { border-color: #93C152; }

 span { border-color: rgb(147,193,82); }

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