Html Css Color HEX #96A08A Delta

📋 copy color: '#96A08A'

red 150 ◦ green 160 ◦ blue 138

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

Shades of Delta #96A08A

Tints of Delta #96A08A

RGB

 RED value IS 150 (58.98% from 255) = 33.48%

 GREEN value IS 160 (62.89% from 255) = 35.71%

 BLUE value IS 138 (54.3% from 255) = 30.8%

R = 33.48%
G = 35.71%
B = 30.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#96A08A (or 0x96A08A) is known color: Delta. HEX triplet: 96, A0 and 8A. RGB value is (150,160,138). Sum of RGB (Red+Green+Blue) = 150+160+138=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 160 - color contains mainly: green. Hex color #96A08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A08A is #695F75. Grayscale: #9A9A9A. Windows color (decimal): -6905718 or 9085078. OLE color: 9085078.

HSL color Cylindrical-coordinate representation of color #96A08A: hue angle of 87.27º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96A08A is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 160 138 -
CMYK 0.06 0 0.14 0.37
HSL 87.27º 0.1% 0.58% -
HSV(B) 87.27º 0.14% 0.63% -
XYZ 29.74 33.46 28.94 -
YUV 154.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 150 160 138 0.06 0 0.14 0.37 87.27 0.1 0.58
Hex 96 A0 8A 6 0 E 25 57 A 3A
Octal 226 240 212 6 0 16 45 127 12 72
Binary 10010110 10100000 10001010 110 0 1110 100101 1010111 1010 111010

Color Harmonies of #96A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A08A

Black with #96A08A

Text Example


Text Example

White with #96A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A08A; }

 p { color: rgb(150,160,138); }

 H1.HeaderClassName
 {
   color: #96A08A;
 }
 .AnyTagClassName
 {
   color: #96A08A;
 }
</style>

background-color css

<style>
 a { background-color: #96A08A; }

 a { background-color: rgb(150,160,138); }

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

border-color css

<style>
 span { border-color: #96A08A; }

 span { border-color: rgb(150,160,138); }

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