#93B045

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

Shades of Chelsea Cucumber #93B045

Tints of Chelsea Cucumber #93B045

Color information

#93B045 (or 0x93B045) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, B0 and 45. RGB value is (147,176,69). Sum of RGB (Red+Green+Blue) = 147+176+69=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #93B045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B045 is #6C4FBA. Grayscale: #9B9B9B. Windows color (decimal): -7098299 or 4567187. OLE color: 4567187.

HSL color Cylindrical-coordinate representation of color #93B045: hue angle of 76.26º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93B045 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB14717669-
CMYK0.1600.610.31
HSL76.26º43.67%48.04%-
HSV(B)76.26º60.8%69.02%-
XYZ28.6337.6811.39-
YUV155.1379.39122.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 176 (69.14% from 255) = 44.90%
BLUE value IS 69 (27.34% from 255) = 17.60%
R=37.5%
G=44.90%
B=17.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147176690.1600.610.3176.2643.6748.04
Hex93B0451003D1F4c2c30
Octal22326010520075371145460
Binary10010011101100001000101100000111101111111001100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,176,69); }

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

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

 a { background-color: rgb(147,176,69); }

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

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

 span { border-color: rgb(147,176,69); }

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