Html Css Color HEX #9BA094 Delta

📋 copy color: '#9BA094'

red 155 ◦ green 160 ◦ blue 148

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

Shades of Delta #9BA094

Tints of Delta #9BA094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.56%

 BLUE value IS 148 (58.2% from 255) = 31.97%

R = 33.48%
G = 34.56%
B = 31.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#9BA094 (or 0x9BA094) is known color: Delta. HEX triplet: 9B, A0 and 94. RGB value is (155,160,148). Sum of RGB (Red+Green+Blue) = 155+160+148=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA094 is #645F6B. Grayscale: #9D9D9D. Windows color (decimal): -6578028 or 9740443. OLE color: 9740443.

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

Color convert

RGB 155 160 148 -
CMYK 0.03 0 0.07 0.37
HSL 85º 0.06% 0.6% -
HSV(B) 85º 0.07% 0.63% -
XYZ 31.43 34.25 32.97 -
YUV 157.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 155 160 148 0.03 0 0.07 0.37 85 0.06 0.6
Hex 9B A0 94 3 0 7 25 55 6 3C
Octal 233 240 224 3 0 7 45 125 6 74
Binary 10011011 10100000 10010100 11 0 111 100101 1010101 110 111100

Color Harmonies of #9BA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA094

Black with #9BA094

Text Example


Text Example

White with #9BA094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,160,148); }

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

background-color css

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

 a { background-color: rgb(155,160,148); }

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

border-color css

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

 span { border-color: rgb(155,160,148); }

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