Html Css Color HEX #9BA196 Delta

📋 copy color: '#9BA196'

red 155 ◦ green 161 ◦ blue 150

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

Shades of Delta #9BA196

Tints of Delta #9BA196

RGB

 RED value IS 155 (60.94% from 255) = 33.26%

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

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 33.26%
G = 34.55%
B = 32.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#9BA196 (or 0x9BA196) is known color: Delta. HEX triplet: 9B, A1 and 96. RGB value is (155,161,150). Sum of RGB (Red+Green+Blue) = 155+161+150=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA196 is #645E69. Grayscale: #9D9D9D. Windows color (decimal): -6577770 or 9871771. OLE color: 9871771.

HSL color Cylindrical-coordinate representation of color #9BA196: hue angle of 92.73º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9BA196 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 161 150 -
CMYK 0.04 0 0.07 0.37
HSL 92.73º 0.06% 0.61% -
HSV(B) 92.73º 0.07% 0.63% -
XYZ 31.77 34.66 33.87 -
YUV 157.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 155 161 150 0.04 0 0.07 0.37 92.73 0.06 0.61
Hex 9B A1 96 4 0 7 25 5D 6 3D
Octal 233 241 226 4 0 7 45 135 6 75
Binary 10011011 10100001 10010110 100 0 111 100101 1011101 110 111101

Color Harmonies of #9BA196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA196

Black with #9BA196

Text Example


Text Example

White with #9BA196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA196; }

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

 H1.HeaderClassName
 {
   color: #9BA196;
 }
 .AnyTagClassName
 {
   color: #9BA196;
 }
</style>

background-color css

<style>
 a { background-color: #9BA196; }

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

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

border-color css

<style>
 span { border-color: #9BA196; }

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

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