Html Css Color HEX #9BA588 Delta

📋 copy color: '#9BA588'

red 155 ◦ green 165 ◦ blue 136

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

Shades of Delta #9BA588

Tints of Delta #9BA588

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.18%

 BLUE value IS 136 (53.52% from 255) = 29.82%

R = 33.99%
G = 36.18%
B = 29.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#9BA588 (or 0x9BA588) is known color: Delta. HEX triplet: 9B, A5 and 88. RGB value is (155,165,136). Sum of RGB (Red+Green+Blue) = 155+165+136=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA588 is #645A77. Grayscale: #9E9E9E. Windows color (decimal): -6576760 or 8955291. OLE color: 8955291.

HSL color Cylindrical-coordinate representation of color #9BA588: hue angle of 80.69º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BA588 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 165 136 -
CMYK 0.06 0 0.18 0.35
HSL 80.69º 0.14% 0.59% -
HSV(B) 80.69º 0.18% 0.65% -
XYZ 31.42 35.66 28.52 -
YUV 158.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 155 165 136 0.06 0 0.18 0.35 80.69 0.14 0.59
Hex 9B A5 88 6 0 12 23 51 E 3B
Octal 233 245 210 6 0 22 43 121 16 73
Binary 10011011 10100101 10001000 110 0 10010 100011 1010001 1110 111011

Color Harmonies of #9BA588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA588

Black with #9BA588

Text Example


Text Example

White with #9BA588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,165,136); }

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

background-color css

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

 a { background-color: rgb(155,165,136); }

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

border-color css

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

 span { border-color: rgb(155,165,136); }

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