Html Css Color HEX #96BFB3 Shadow Green

📋 copy color: '#96BFB3'

red 150 ◦ green 191 ◦ blue 179

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

Shades of Shadow Green #96BFB3

Tints of Shadow Green #96BFB3

RGB

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

 GREEN value IS 191 (75% from 255) = 36.73%

 BLUE value IS 179 (70.31% from 255) = 34.42%

R = 28.85%
G = 36.73%
B = 34.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#96BFB3 (or 0x96BFB3) is known color: Shadow Green. HEX triplet: 96, BF and B3. RGB value is (150,191,179). Sum of RGB (Red+Green+Blue) = 150+191+179=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFB3 is #69404C. Grayscale: #B1B1B1. Windows color (decimal): -6897741 or 11779990. OLE color: 11779990.

HSL color Cylindrical-coordinate representation of color #96BFB3: hue angle of 162.44º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BFB3 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 179 -
CMYK 0.21 0 0.06 0.25
HSL 162.44º 0.24% 0.67% -
HSV(B) 162.44º 0.21% 0.75% -
XYZ 39.35 47 49.65 -
YUV 177.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 150 191 179 0.21 0 0.06 0.25 162.44 0.24 0.67
Hex 96 BF B3 15 0 6 19 A2 18 43
Octal 226 277 263 25 0 6 31 242 30 103
Binary 10010110 10111111 10110011 10101 0 110 11001 10100010 11000 1000011

Color Harmonies of #96BFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFB3

Black with #96BFB3

Text Example


Text Example

White with #96BFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,191,179); }

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

background-color css

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

 a { background-color: rgb(150,191,179); }

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

border-color css

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

 span { border-color: rgb(150,191,179); }

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