#93AF5B

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

Shades of Chelsea Cucumber #93AF5B

Tints of Chelsea Cucumber #93AF5B

Color information

#93AF5B (or 0x93AF5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AF and 5B. RGB value is (147,175,91). Sum of RGB (Red+Green+Blue) = 147+175+91=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF5B is #6C50A4. Grayscale: #9D9D9D. Windows color (decimal): -7098533 or 6008723. OLE color: 6008723.

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

Color convert

RGB14717591-
CMYK0.1600.480.31
HSL80º34.43%52.16%-
HSV(B)80º48%68.63%-
XYZ29.2537.6215.62-
YUV157.0590.72120.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 91 (35.94% from 255) = 22.03%
R=35.59%
G=42.37%
B=22.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147175910.1600.480.318034.4352.16
Hex93AF5B100301F502234
Octal22325713320060371204264
Binary10010011101011111011011100000110000111111010000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,175,91); }

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

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

 a { background-color: rgb(147,175,91); }

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

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

 span { border-color: rgb(147,175,91); }

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