#93B75C

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

Shades of Chelsea Cucumber #93B75C

Tints of Chelsea Cucumber #93B75C

Color information

#93B75C (or 0x93B75C) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, B7 and 5C. RGB value is (147,183,92). Sum of RGB (Red+Green+Blue) = 147+183+92=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 183 - color contains mainly: green. Hex color #93B75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B75C is #6C48A3. Grayscale: #A2A2A2. Windows color (decimal): -7096484 or 6076307. OLE color: 6076307.

HSL color Cylindrical-coordinate representation of color #93B75C: hue angle of 83.74º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93B75C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB14718392-
CMYK0.2000.500.28
HSL83.74º38.72%53.92%-
HSV(B)83.74º49.73%71.76%-
XYZ30.940.8416.38-
YUV161.8688.57117.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 183 (71.88% from 255) = 43.36%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=34.83%
G=43.36%
B=21.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal147183920.2000.500.2883.7438.7253.92
Hex93B75C140321C542736
Octal22326713424062341244766
Binary10010011101101111011100101000110010111001010100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,183,92); }

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

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

 a { background-color: rgb(147,183,92); }

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

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

 span { border-color: rgb(147,183,92); }

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