Html Css Color HEX #96BCB4 Shadow Green

📋 copy color: '#96BCB4'

red 150 ◦ green 188 ◦ blue 180

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

Shades of Shadow Green #96BCB4

Tints of Shadow Green #96BCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.75%

R = 28.96%
G = 36.29%
B = 34.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#96BCB4 (or 0x96BCB4) is known color: Shadow Green. HEX triplet: 96, BC and B4. RGB value is (150,188,180). Sum of RGB (Red+Green+Blue) = 150+188+180=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCB4 is #69434B. Grayscale: #AFAFAF. Windows color (decimal): -6898508 or 11844758. OLE color: 11844758.

HSL color Cylindrical-coordinate representation of color #96BCB4: hue angle of 167.37º 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 #96BCB4 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 180 -
CMYK 0.20 0 0.04 0.26
HSL 167.37º 0.22% 0.66% -
HSV(B) 167.37º 0.2% 0.74% -
XYZ 38.8 45.75 49.96 -
YUV 175.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 150 188 180 0.20 0 0.04 0.26 167.37 0.22 0.66
Hex 96 BC B4 14 0 4 1A A7 16 42
Octal 226 274 264 24 0 4 32 247 26 102
Binary 10010110 10111100 10110100 10100 0 100 11010 10100111 10110 1000010

Color Harmonies of #96BCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCB4

Black with #96BCB4

Text Example


Text Example

White with #96BCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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