Html Css Color HEX #9BA389 Delta

📋 copy color: '#9BA389'

red 155 ◦ green 163 ◦ blue 137

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

Shades of Delta #9BA389

Tints of Delta #9BA389

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.82%

 BLUE value IS 137 (53.91% from 255) = 30.11%

R = 34.07%
G = 35.82%
B = 30.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#9BA389 (or 0x9BA389) is known color: Delta. HEX triplet: 9B, A3 and 89. RGB value is (155,163,137). Sum of RGB (Red+Green+Blue) = 155+163+137=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA389 is #645C76. Grayscale: #9D9D9D. Windows color (decimal): -6577271 or 9020315. OLE color: 9020315.

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

Color convert

RGB 155 163 137 -
CMYK 0.05 0 0.16 0.36
HSL 78.46º 0.12% 0.59% -
HSV(B) 78.46º 0.16% 0.64% -
XYZ 31.13 34.97 28.78 -
YUV 157.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 155 163 137 0.05 0 0.16 0.36 78.46 0.12 0.59
Hex 9B A3 89 5 0 10 24 4E C 3B
Octal 233 243 211 5 0 20 44 116 14 73
Binary 10011011 10100011 10001001 101 0 10000 100100 1001110 1100 111011

Color Harmonies of #9BA389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA389

Black with #9BA389

Text Example


Text Example

White with #9BA389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,163,137); }

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

background-color css

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

 a { background-color: rgb(155,163,137); }

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

border-color css

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

 span { border-color: rgb(155,163,137); }

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