Html Css Color HEX #96A38B Delta

📋 copy color: '#96A38B'

red 150 ◦ green 163 ◦ blue 139

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

Shades of Delta #96A38B

Tints of Delta #96A38B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.06%

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

R = 33.19%
G = 36.06%
B = 30.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#96A38B (or 0x96A38B) is known color: Delta. HEX triplet: 96, A3 and 8B. RGB value is (150,163,139). Sum of RGB (Red+Green+Blue) = 150+163+139=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 163 - color contains mainly: green. Hex color #96A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A38B is #695C74. Grayscale: #9C9C9C. Windows color (decimal): -6904949 or 9151382. OLE color: 9151382.

HSL color Cylindrical-coordinate representation of color #96A38B: hue angle of 92.5º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96A38B is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 163 139 -
CMYK 0.08 0 0.15 0.36
HSL 92.5º 0.12% 0.59% -
HSV(B) 92.5º 0.15% 0.64% -
XYZ 30.34 34.54 29.49 -
YUV 156.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 150 163 139 0.08 0 0.15 0.36 92.5 0.12 0.59
Hex 96 A3 8B 8 0 F 24 5C C 3B
Octal 226 243 213 10 0 17 44 134 14 73
Binary 10010110 10100011 10001011 1000 0 1111 100100 1011100 1100 111011

Color Harmonies of #96A38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A38B

Black with #96A38B

Text Example


Text Example

White with #96A38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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