Html Css Color HEX #9BA688 Delta

📋 copy color: '#9BA688'

red 155 ◦ green 166 ◦ blue 136

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

Shades of Delta #9BA688

Tints of Delta #9BA688

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.32%

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

R = 33.92%
G = 36.32%
B = 29.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#9BA688 (or 0x9BA688) is known color: Delta. HEX triplet: 9B, A6 and 88. RGB value is (155,166,136). Sum of RGB (Red+Green+Blue) = 155+166+136=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA688 is #645977. Grayscale: #9F9F9F. Windows color (decimal): -6576504 or 8955547. OLE color: 8955547.

HSL color Cylindrical-coordinate representation of color #9BA688: hue angle of 82º 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 #9BA688 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 166 136 -
CMYK 0.07 0 0.18 0.35
HSL 82º 0.14% 0.59% -
HSV(B) 82º 0.18% 0.65% -
XYZ 31.6 36.02 28.58 -
YUV 159.29 114.86 124.94 -
System Red Green Blue C M Y K H S L
Decimal 155 166 136 0.07 0 0.18 0.35 82 0.14 0.59
Hex 9B A6 88 7 0 12 23 52 E 3B
Octal 233 246 210 7 0 22 43 122 16 73
Binary 10011011 10100110 10001000 111 0 10010 100011 1010010 1110 111011

Color Harmonies of #9BA688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA688

Black with #9BA688

Text Example


Text Example

White with #9BA688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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