Html Css Color HEX #93AA5E Chelsea Cucumber

📋 copy color: '#93AA5E'

red 147 ◦ green 170 ◦ blue 94

#93AA5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #93AA5E

Tints of Chelsea Cucumber #93AA5E

RGB

 RED value IS 147 (57.81% from 255) = 35.77%

 GREEN value IS 170 (66.8% from 255) = 41.36%

 BLUE value IS 94 (37.11% from 255) = 22.87%

R = 35.77%
G = 41.36%
B = 22.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#93AA5E (or 0x93AA5E) is known color: Chelsea Cucumber. HEX triplet: 93, AA and 5E. RGB value is (147,170,94). Sum of RGB (Red+Green+Blue) = 147+170+94=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA5E is #6C55A1. Grayscale: #9A9A9A. Windows color (decimal): -7099810 or 6204051. OLE color: 6204051.

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

Color convert

RGB 147 170 94 -
CMYK 0.14 0 0.45 0.33
HSL 78.16º 0.31% 0.52% -
HSV(B) 78.16º 0.45% 0.67% -
XYZ 28.43 35.76 15.99 -
YUV 154.46 93.88 122.68 -
System Red Green Blue C M Y K H S L
Decimal 147 170 94 0.14 0 0.45 0.33 78.16 0.31 0.52
Hex 93 AA 5E E 0 2D 21 4E 1F 34
Octal 223 252 136 16 0 55 41 116 37 64
Binary 10010011 10101010 1011110 1110 0 101101 100001 1001110 11111 110100

Color Harmonies of #93AA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AA5E

Black with #93AA5E

Text Example


Text Example

White with #93AA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93AA5E;
 }
 .AnyTagClassName
 {
   color: #93AA5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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