Html Css Color HEX #93AA5D Chelsea Cucumber

📋 copy color: '#93AA5D'

red 147 ◦ green 170 ◦ blue 93

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

Shades of Chelsea Cucumber #93AA5D

Tints of Chelsea Cucumber #93AA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 35.85%
G = 41.46%
B = 22.68%

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

#93AA5D (or 0x93AA5D) is known color: Chelsea Cucumber. HEX triplet: 93, AA and 5D. RGB value is (147,170,93). Sum of RGB (Red+Green+Blue) = 147+170+93=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA5D is #6C55A2. Grayscale: #9A9A9A. Windows color (decimal): -7099811 or 6138515. OLE color: 6138515.

HSL color Cylindrical-coordinate representation of color #93AA5D: hue angle of 77.92º 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 #93AA5D is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 170 93 -
CMYK 0.14 0 0.45 0.33
HSL 77.92º 0.31% 0.52% -
HSV(B) 77.92º 0.45% 0.67% -
XYZ 28.38 35.74 15.76 -
YUV 154.35 93.38 122.76 -
System Red Green Blue C M Y K H S L
Decimal 147 170 93 0.14 0 0.45 0.33 77.92 0.31 0.52
Hex 93 AA 5D E 0 2D 21 4E 1F 34
Octal 223 252 135 16 0 55 41 116 37 64
Binary 10010011 10101010 1011101 1110 0 101101 100001 1001110 11111 110100

Color Harmonies of #93AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AA5D

Black with #93AA5D

Text Example


Text Example

White with #93AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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