#93B252

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

Shades of Chelsea Cucumber #93B252

Tints of Chelsea Cucumber #93B252

Color information

#93B252 (or 0x93B252) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, B2 and 52. RGB value is (147,178,82). Sum of RGB (Red+Green+Blue) = 147+178+82=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 178 - color contains mainly: green. Hex color #93B252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B252 is #6C4DAD. Grayscale: #9E9E9E. Windows color (decimal): -7097774 or 5419667. OLE color: 5419667.

HSL color Cylindrical-coordinate representation of color #93B252: hue angle of 79.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93B252 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB14717882-
CMYK0.1700.540.30
HSL79.38º38.4%50.98%-
HSV(B)79.38º53.93%69.8%-
XYZ29.4838.6513.89-
YUV157.7985.23120.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.12%
GREEN value IS 178 (69.92% from 255) = 43.73%
BLUE value IS 82 (32.42% from 255) = 20.15%
R=36.12%
G=43.73%
B=20.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal147178820.1700.540.3079.3838.450.98
Hex93B252110361E4f2633
Octal22326212221066361174663
Binary10010011101100101010010100010110110111101001111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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