Html Css Color HEX #96A08B Delta

📋 copy color: '#96A08B'

red 150 ◦ green 160 ◦ blue 139

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

Shades of Delta #96A08B

Tints of Delta #96A08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.96%

R = 33.41%
G = 35.63%
B = 30.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#96A08B (or 0x96A08B) is known color: Delta. HEX triplet: 96, A0 and 8B. RGB value is (150,160,139). Sum of RGB (Red+Green+Blue) = 150+160+139=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 160 - color contains mainly: green. Hex color #96A08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A08B is #695F74. Grayscale: #9A9A9A. Windows color (decimal): -6905717 or 9150614. OLE color: 9150614.

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

Color convert

RGB 150 160 139 -
CMYK 0.06 0 0.13 0.37
HSL 88.57º 0.1% 0.59% -
HSV(B) 88.57º 0.13% 0.63% -
XYZ 29.81 33.49 29.32 -
YUV 154.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 150 160 139 0.06 0 0.13 0.37 88.57 0.1 0.59
Hex 96 A0 8B 6 0 D 25 59 A 3B
Octal 226 240 213 6 0 15 45 131 12 73
Binary 10010110 10100000 10001011 110 0 1101 100101 1011001 1010 111011

Color Harmonies of #96A08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A08B

Black with #96A08B

Text Example


Text Example

White with #96A08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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