Html Css Color HEX #9BABA7 Conch

📋 copy color: '#9BABA7'

red 155 ◦ green 171 ◦ blue 167

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

Shades of Conch #9BABA7

Tints of Conch #9BABA7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.69%

 BLUE value IS 167 (65.63% from 255) = 33.87%

R = 31.44%
G = 34.69%
B = 33.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#9BABA7 (or 0x9BABA7) is known color: Conch. HEX triplet: 9B, AB and A7. RGB value is (155,171,167). Sum of RGB (Red+Green+Blue) = 155+171+167=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 171 - color contains mainly: green. Hex color #9BABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BABA7 is #645458. Grayscale: #A5A5A5. Windows color (decimal): -6575193 or 10988443. OLE color: 10988443.

HSL color Cylindrical-coordinate representation of color #9BABA7: hue angle of 165º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9BABA7 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 171 167 -
CMYK 0.09 0 0.02 0.33
HSL 165º 0.09% 0.64% -
HSV(B) 165º 0.09% 0.67% -
XYZ 35.06 38.88 42.22 -
YUV 165.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 155 171 167 0.09 0 0.02 0.33 165 0.09 0.64
Hex 9B AB A7 9 0 2 21 A5 9 40
Octal 233 253 247 11 0 2 41 245 11 100
Binary 10011011 10101011 10100111 1001 0 10 100001 10100101 1001 1000000

Color Harmonies of #9BABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABA7

Black with #9BABA7

Text Example


Text Example

White with #9BABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,171,167); }

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

background-color css

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

 a { background-color: rgb(155,171,167); }

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

border-color css

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

 span { border-color: rgb(155,171,167); }

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