#93AA69

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

Shades of Chelsea Cucumber #93AA69

Tints of Chelsea Cucumber #93AA69

Color information

#93AA69 (or 0x93AA69) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AA and 69. RGB value is (147,170,105). Sum of RGB (Red+Green+Blue) = 147+170+105=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA69 is #6C5596. Grayscale: #9B9B9B. Windows color (decimal): -7099799 or 6924947. OLE color: 6924947.

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

Color convert

RGB147170105-
CMYK0.1400.380.33
HSL81.23º27.66%53.92%-
HSV(B)81.23º38.24%66.67%-
XYZ28.9635.9718.78-
YUV155.7199.38121.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=34.83%
G=40.28%
B=24.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471701050.1400.380.3381.2327.6653.92
Hex93AA69E02621511c36
Octal22325215116046411213466
Binary1001001110101010110100111100100110100001101000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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