Html Css Color HEX #9CB5B0 Conch

📋 copy color: '#9CB5B0'

red 156 ◦ green 181 ◦ blue 176

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

Shades of Conch #9CB5B0

Tints of Conch #9CB5B0

RGB

 RED value IS 156 (61.33% from 255) = 30.41%

 GREEN value IS 181 (71.09% from 255) = 35.28%

 BLUE value IS 176 (69.14% from 255) = 34.31%

R = 30.41%
G = 35.28%
B = 34.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#9CB5B0 (or 0x9CB5B0) is known color: Conch. HEX triplet: 9C, B5 and B0. RGB value is (156,181,176). Sum of RGB (Red+Green+Blue) = 156+181+176=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB5B0 is #634A4F. Grayscale: #ACACAC. Windows color (decimal): -6507088 or 11580828. OLE color: 11580828.

HSL color Cylindrical-coordinate representation of color #9CB5B0: hue angle of 168º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CB5B0 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 181 176 -
CMYK 0.14 0 0.03 0.29
HSL 168º 0.14% 0.66% -
HSV(B) 168º 0.14% 0.71% -
XYZ 38.07 43.25 47.42 -
YUV 172.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 156 181 176 0.14 0 0.03 0.29 168 0.14 0.66
Hex 9C B5 B0 E 0 3 1D A8 E 42
Octal 234 265 260 16 0 3 35 250 16 102
Binary 10011100 10110101 10110000 1110 0 11 11101 10101000 1110 1000010

Color Harmonies of #9CB5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB5B0

Black with #9CB5B0

Text Example


Text Example

White with #9CB5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,181,176); }

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

background-color css

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

 a { background-color: rgb(156,181,176); }

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

border-color css

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

 span { border-color: rgb(156,181,176); }

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