Html Css Color HEX #9BA491 Delta

📋 copy color: '#9BA491'

red 155 ◦ green 164 ◦ blue 145

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

Shades of Delta #9BA491

Tints of Delta #9BA491

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.34%

 BLUE value IS 145 (57.03% from 255) = 31.25%

R = 33.41%
G = 35.34%
B = 31.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#9BA491 (or 0x9BA491) is known color: Delta. HEX triplet: 9B, A4 and 91. RGB value is (155,164,145). Sum of RGB (Red+Green+Blue) = 155+164+145=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA491 is #645B6E. Grayscale: #9F9F9F. Windows color (decimal): -6577007 or 9544859. OLE color: 9544859.

HSL color Cylindrical-coordinate representation of color #9BA491: hue angle of 88.42º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BA491 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 164 145 -
CMYK 0.05 0 0.12 0.36
HSL 88.42º 0.09% 0.61% -
HSV(B) 88.42º 0.12% 0.64% -
XYZ 31.9 35.56 31.97 -
YUV 159.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 155 164 145 0.05 0 0.12 0.36 88.42 0.09 0.61
Hex 9B A4 91 5 0 C 24 58 9 3D
Octal 233 244 221 5 0 14 44 130 11 75
Binary 10011011 10100100 10010001 101 0 1100 100100 1011000 1001 111101

Color Harmonies of #9BA491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA491

Black with #9BA491

Text Example


Text Example

White with #9BA491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,164,145); }

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

background-color css

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

 a { background-color: rgb(155,164,145); }

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

border-color css

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

 span { border-color: rgb(155,164,145); }

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