Html Css Color HEX #96BCB1 Shadow Green

📋 copy color: '#96BCB1'

red 150 ◦ green 188 ◦ blue 177

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

Shades of Shadow Green #96BCB1

Tints of Shadow Green #96BCB1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.5%

 BLUE value IS 177 (69.53% from 255) = 34.37%

R = 29.13%
G = 36.5%
B = 34.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#96BCB1 (or 0x96BCB1) is known color: Shadow Green. HEX triplet: 96, BC and B1. RGB value is (150,188,177). Sum of RGB (Red+Green+Blue) = 150+188+177=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BCB1 is #69434E. Grayscale: #AFAFAF. Windows color (decimal): -6898511 or 11648150. OLE color: 11648150.

HSL color Cylindrical-coordinate representation of color #96BCB1: hue angle of 162.63º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BCB1 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 177 -
CMYK 0.20 0 0.06 0.26
HSL 162.63º 0.22% 0.66% -
HSV(B) 162.63º 0.2% 0.74% -
XYZ 38.5 45.62 48.37 -
YUV 175.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 150 188 177 0.20 0 0.06 0.26 162.63 0.22 0.66
Hex 96 BC B1 14 0 6 1A A3 16 42
Octal 226 274 261 24 0 6 32 243 26 102
Binary 10010110 10111100 10110001 10100 0 110 11010 10100011 10110 1000010

Color Harmonies of #96BCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCB1

Black with #96BCB1

Text Example


Text Example

White with #96BCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,188,177); }

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

background-color css

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

 a { background-color: rgb(150,188,177); }

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

border-color css

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

 span { border-color: rgb(150,188,177); }

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