Html Css Color HEX #96BDB0 Shadow Green

📋 copy color: '#96BDB0'

red 150 ◦ green 189 ◦ blue 176

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

Shades of Shadow Green #96BDB0

Tints of Shadow Green #96BDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.7%

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

R = 29.13%
G = 36.7%
B = 34.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#96BDB0 (or 0x96BDB0) is known color: Shadow Green. HEX triplet: 96, BD and B0. RGB value is (150,189,176). Sum of RGB (Red+Green+Blue) = 150+189+176=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #96BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BDB0 is #69424F. Grayscale: #AFAFAF. Windows color (decimal): -6898256 or 11582870. OLE color: 11582870.

HSL color Cylindrical-coordinate representation of color #96BDB0: hue angle of 160º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BDB0 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 189 176 -
CMYK 0.21 0 0.07 0.26
HSL 160º 0.23% 0.66% -
HSV(B) 160º 0.21% 0.74% -
XYZ 38.61 46.01 47.92 -
YUV 175.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 150 189 176 0.21 0 0.07 0.26 160 0.23 0.66
Hex 96 BD B0 15 0 7 1A A0 17 42
Octal 226 275 260 25 0 7 32 240 27 102
Binary 10010110 10111101 10110000 10101 0 111 11010 10100000 10111 1000010

Color Harmonies of #96BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDB0

Black with #96BDB0

Text Example


Text Example

White with #96BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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