#93AC69

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

Shades of Chelsea Cucumber #93AC69

Tints of Chelsea Cucumber #93AC69

Color information

#93AC69 (or 0x93AC69) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AC and 69. RGB value is (147,172,105). Sum of RGB (Red+Green+Blue) = 147+172+105=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AC69 is #6C5396. Grayscale: #9D9D9D. Windows color (decimal): -7099287 or 6925459. OLE color: 6925459.

HSL color Cylindrical-coordinate representation of color #93AC69: hue angle of 82.39º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93AC69 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB147172105-
CMYK0.1500.390.33
HSL82.39º28.76%54.31%-
HSV(B)82.39º38.95%67.45%-
XYZ29.3336.7318.91-
YUV156.8998.72120.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 105 (41.41% from 255) = 24.76%
R=34.67%
G=40.57%
B=24.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471721050.1500.390.3382.3928.7654.31
Hex93AC69F02721521d36
Octal22325415117047411223566
Binary1001001110101100110100111110100111100001101001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,172,105); }

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

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

 a { background-color: rgb(147,172,105); }

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

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

 span { border-color: rgb(147,172,105); }

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