Html Css Color HEX #96B7B0 Conch

📋 copy color: '#96B7B0'

red 150 ◦ green 183 ◦ blue 176

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

Shades of Conch #96B7B0

Tints of Conch #96B7B0

RGB

 RED value IS 150 (58.98% from 255) = 29.47%

 GREEN value IS 183 (71.88% from 255) = 35.95%

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

R = 29.47%
G = 35.95%
B = 34.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#96B7B0 (or 0x96B7B0) is known color: Conch. HEX triplet: 96, B7 and B0. RGB value is (150,183,176). Sum of RGB (Red+Green+Blue) = 150+183+176=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #96B7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B7B0 is #69484F. Grayscale: #ACACAC. Windows color (decimal): -6899792 or 11581334. OLE color: 11581334.

HSL color Cylindrical-coordinate representation of color #96B7B0: hue angle of 167.27º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B7B0 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 176 -
CMYK 0.18 0 0.04 0.28
HSL 167.27º 0.19% 0.65% -
HSV(B) 167.27º 0.18% 0.72% -
XYZ 37.35 43.49 47.5 -
YUV 172.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 150 183 176 0.18 0 0.04 0.28 167.27 0.19 0.65
Hex 96 B7 B0 12 0 4 1C A7 13 41
Octal 226 267 260 22 0 4 34 247 23 101
Binary 10010110 10110111 10110000 10010 0 100 11100 10100111 10011 1000001

Color Harmonies of #96B7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B7B0

Black with #96B7B0

Text Example


Text Example

White with #96B7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B7B0; }

 p { color: rgb(150,183,176); }

 H1.HeaderClassName
 {
   color: #96B7B0;
 }
 .AnyTagClassName
 {
   color: #96B7B0;
 }
</style>

background-color css

<style>
 a { background-color: #96B7B0; }

 a { background-color: rgb(150,183,176); }

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

border-color css

<style>
 span { border-color: #96B7B0; }

 span { border-color: rgb(150,183,176); }

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