Html Css Color HEX #9BA490 Delta

📋 copy color: '#9BA490'

red 155 ◦ green 164 ◦ blue 144

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

Shades of Delta #9BA490

Tints of Delta #9BA490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.1%

R = 33.48%
G = 35.42%
B = 31.1%

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

#9BA490 (or 0x9BA490) is known color: Delta. HEX triplet: 9B, A4 and 90. RGB value is (155,164,144). Sum of RGB (Red+Green+Blue) = 155+164+144=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA490 is #645B6F. Grayscale: #9F9F9F. Windows color (decimal): -6577008 or 9479323. OLE color: 9479323.

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

Color convert

RGB 155 164 144 -
CMYK 0.05 0 0.12 0.36
HSL 87º 0.1% 0.6% -
HSV(B) 87º 0.12% 0.64% -
XYZ 31.83 35.53 31.57 -
YUV 159.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 155 164 144 0.05 0 0.12 0.36 87 0.1 0.6
Hex 9B A4 90 5 0 C 24 57 A 3C
Octal 233 244 220 5 0 14 44 127 12 74
Binary 10011011 10100100 10010000 101 0 1100 100100 1010111 1010 111100

Color Harmonies of #9BA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA490

Black with #9BA490

Text Example


Text Example

White with #9BA490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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