Html Css Color HEX #96BDB5 Shadow Green

📋 copy color: '#96BDB5'

red 150 ◦ green 189 ◦ blue 181

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

Shades of Shadow Green #96BDB5

Tints of Shadow Green #96BDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.81%

R = 28.85%
G = 36.35%
B = 34.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#96BDB5 (or 0x96BDB5) is known color: Shadow Green. HEX triplet: 96, BD and B5. RGB value is (150,189,181). Sum of RGB (Red+Green+Blue) = 150+189+181=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #96BDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDB5 is #69424A. Grayscale: #B0B0B0. Windows color (decimal): -6898251 or 11910550. OLE color: 11910550.

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

Color convert

RGB 150 189 181 -
CMYK 0.21 0 0.04 0.26
HSL 167.69º 0.23% 0.66% -
HSV(B) 167.69º 0.21% 0.74% -
XYZ 39.12 46.22 50.57 -
YUV 176.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 150 189 181 0.21 0 0.04 0.26 167.69 0.23 0.66
Hex 96 BD B5 15 0 4 1A A8 17 42
Octal 226 275 265 25 0 4 32 250 27 102
Binary 10010110 10111101 10110101 10101 0 100 11010 10101000 10111 1000010

Color Harmonies of #96BDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDB5

Black with #96BDB5

Text Example


Text Example

White with #96BDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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