Html Css Color HEX #9BA193 Delta

📋 copy color: '#9BA193'

red 155 ◦ green 161 ◦ blue 147

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

Shades of Delta #9BA193

Tints of Delta #9BA193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.75%

R = 33.48%
G = 34.77%
B = 31.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#9BA193 (or 0x9BA193) is known color: Delta. HEX triplet: 9B, A1 and 93. RGB value is (155,161,147). Sum of RGB (Red+Green+Blue) = 155+161+147=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA193 is #645E6C. Grayscale: #9D9D9D. Windows color (decimal): -6577773 or 9675163. OLE color: 9675163.

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

Color convert

RGB 155 161 147 -
CMYK 0.04 0 0.09 0.37
HSL 85.71º 0.07% 0.6% -
HSV(B) 85.71º 0.09% 0.63% -
XYZ 31.53 34.56 32.61 -
YUV 157.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 155 161 147 0.04 0 0.09 0.37 85.71 0.07 0.6
Hex 9B A1 93 4 0 9 25 56 7 3C
Octal 233 241 223 4 0 11 45 126 7 74
Binary 10011011 10100001 10010011 100 0 1001 100101 1010110 111 111100

Color Harmonies of #9BA193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA193

Black with #9BA193

Text Example


Text Example

White with #9BA193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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