#93AF5F

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

Shades of Chelsea Cucumber #93AF5F

Tints of Chelsea Cucumber #93AF5F

Color information

#93AF5F (or 0x93AF5F) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AF and 5F. RGB value is (147,175,95). Sum of RGB (Red+Green+Blue) = 147+175+95=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF5F is #6C50A0. Grayscale: #9D9D9D. Windows color (decimal): -7098529 or 6270867. OLE color: 6270867.

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

Color convert

RGB14717595-
CMYK0.1600.460.31
HSL81º33.33%52.94%-
HSV(B)81º45.71%68.63%-
XYZ29.4337.6916.55-
YUV157.5192.72120.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 95 (37.5% from 255) = 22.78%
R=35.25%
G=41.97%
B=22.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147175950.1600.460.318133.3352.94
Hex93AF5F1002E1F512135
Octal22325713720056371214165
Binary10010011101011111011111100000101110111111010001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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