Html Css Color HEX #93A288 Delta

📋 copy color: '#93A288'

red 147 ◦ green 162 ◦ blue 136

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

Shades of Delta #93A288

Tints of Delta #93A288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.4%

 BLUE value IS 136 (53.52% from 255) = 30.56%

R = 33.03%
G = 36.4%
B = 30.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#93A288 (or 0x93A288) is known color: Delta. HEX triplet: 93, A2 and 88. RGB value is (147,162,136). Sum of RGB (Red+Green+Blue) = 147+162+136=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 162 - color contains mainly: green. Hex color #93A288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A288 is #6C5D77. Grayscale: #9A9A9A. Windows color (decimal): -7101816 or 8954515. OLE color: 8954515.

HSL color Cylindrical-coordinate representation of color #93A288: hue angle of 94.62º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93A288 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 147 162 136 -
CMYK 0.09 0 0.16 0.36
HSL 94.62º 0.12% 0.58% -
HSV(B) 94.62º 0.16% 0.64% -
XYZ 29.4 33.82 28.27 -
YUV 154.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 147 162 136 0.09 0 0.16 0.36 94.62 0.12 0.58
Hex 93 A2 88 9 0 10 24 5F C 3A
Octal 223 242 210 11 0 20 44 137 14 72
Binary 10010011 10100010 10001000 1001 0 10000 100100 1011111 1100 111010

Color Harmonies of #93A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A288

Black with #93A288

Text Example


Text Example

White with #93A288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,162,136); }

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

background-color css

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

 a { background-color: rgb(147,162,136); }

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

border-color css

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

 span { border-color: rgb(147,162,136); }

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