#93BD51

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

Shades of Chelsea Cucumber #93BD51

Tints of Chelsea Cucumber #93BD51

Color information

#93BD51 (or 0x93BD51) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, BD and 51. RGB value is (147,189,81). Sum of RGB (Red+Green+Blue) = 147+189+81=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BD51 is #6C42AE. Grayscale: #A4A4A4. Windows color (decimal): -7094959 or 5356947. OLE color: 5356947.

HSL color Cylindrical-coordinate representation of color #93BD51: hue angle of 83.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93BD51 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB14718981-
CMYK0.2200.570.26
HSL83.33º45%52.94%-
HSV(B)83.33º57.14%74.12%-
XYZ31.7243.1914.45-
YUV164.1381.09115.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 189 (74.22% from 255) = 45.32%
BLUE value IS 81 (32.03% from 255) = 19.42%
R=35.25%
G=45.32%
B=19.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147189810.2200.570.2683.334552.94
Hex93BD51160391A532d35
Octal22327512126071321235565
Binary10010011101111011010001101100111001110101010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,189,81); }

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

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

 a { background-color: rgb(147,189,81); }

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

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

 span { border-color: rgb(147,189,81); }

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