Html Css Color HEX #96A18D Delta

📋 copy color: '#96A18D'

red 150 ◦ green 161 ◦ blue 141

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

Shades of Delta #96A18D

Tints of Delta #96A18D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.62%

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 33.19%
G = 35.62%
B = 31.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#96A18D (or 0x96A18D) is known color: Delta. HEX triplet: 96, A1 and 8D. RGB value is (150,161,141). Sum of RGB (Red+Green+Blue) = 150+161+141=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 161 - color contains mainly: green. Hex color #96A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A18D is #695E72. Grayscale: #9B9B9B. Windows color (decimal): -6905459 or 9281942. OLE color: 9281942.

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

Color convert

RGB 150 161 141 -
CMYK 0.07 0 0.12 0.37
HSL 93º 0.1% 0.59% -
HSV(B) 93º 0.12% 0.63% -
XYZ 30.13 33.9 30.15 -
YUV 155.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 150 161 141 0.07 0 0.12 0.37 93 0.1 0.59
Hex 96 A1 8D 7 0 C 25 5D A 3B
Octal 226 241 215 7 0 14 45 135 12 73
Binary 10010110 10100001 10001101 111 0 1100 100101 1011101 1010 111011

Color Harmonies of #96A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A18D

Black with #96A18D

Text Example


Text Example

White with #96A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,161,141); }

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

background-color css

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

 a { background-color: rgb(150,161,141); }

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

border-color css

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

 span { border-color: rgb(150,161,141); }

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