#93B152

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

Shades of Chelsea Cucumber #93B152

Tints of Chelsea Cucumber #93B152

Color information

#93B152 (or 0x93B152) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, B1 and 52. RGB value is (147,177,82). Sum of RGB (Red+Green+Blue) = 147+177+82=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #93B152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B152 is #6C4EAD. Grayscale: #9D9D9D. Windows color (decimal): -7098030 or 5419411. OLE color: 5419411.

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

Color convert

RGB14717782-
CMYK0.1700.540.31
HSL78.95º37.85%50.78%-
HSV(B)78.95º53.67%69.41%-
XYZ29.2838.2613.82-
YUV157.285.56120.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 177 (69.53% from 255) = 43.60%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=36.21%
G=43.60%
B=20.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147177820.1700.540.3178.9537.8550.78
Hex93B152110361F4f2633
Octal22326112221066371174663
Binary10010011101100011010010100010110110111111001111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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