#93BF52

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

Shades of Chelsea Cucumber #93BF52

Tints of Chelsea Cucumber #93BF52

Color information

#93BF52 (or 0x93BF52) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, BF and 52. RGB value is (147,191,82). Sum of RGB (Red+Green+Blue) = 147+191+82=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BF52 is #6C40AD. Grayscale: #A5A5A5. Windows color (decimal): -7094446 or 5422995. OLE color: 5422995.

HSL color Cylindrical-coordinate representation of color #93BF52: hue angle of 84.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93BF52 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB14719182-
CMYK0.2300.570.25
HSL84.22º45.99%53.53%-
HSV(B)84.22º57.07%74.9%-
XYZ32.1944.0714.79-
YUV165.4280.92114.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 191 (75% from 255) = 45.48%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=35%
G=45.48%
B=19.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147191820.2300.570.2584.2245.9953.53
Hex93BF521703919542e36
Octal22327712227071311245666
Binary10010011101111111010010101110111001110011010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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