#9BA492

Color #9BA492 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #9BA492

Tints of Delta #9BA492

Color information

#9BA492 (or 0x9BA492) is unknown color: approx Delta. HEX triplet: 9B, A4 and 92. RGB value is (155,164,146). Sum of RGB (Red+Green+Blue) = 155+164+146=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA492 is #645B6D. Grayscale: #9F9F9F. Windows color (decimal): -6577006 or 9610395. OLE color: 9610395.

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

Color convert

RGB155164146-
CMYK0.0500.110.36
HSL90º9%60.78%-
HSV(B)90º10.98%64.31%-
XYZ31.9835.5932.38-
YUV159.26120.52124.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.33%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=33.33%
G=35.27%
B=31.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551641460.0500.110.3690960.78
Hex9BA49250B245a93d
Octal2332442225013441321175
Binary1001101110100100100100101010101110010010110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BA492;
 }
 .AnyTagClassName
 {
   color: #9BA492;
 }
</style>
background-color css

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

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

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

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

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

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