Html Css Color HEX #96BDB2 Shadow Green

📋 copy color: '#96BDB2'

red 150 ◦ green 189 ◦ blue 178

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

Shades of Shadow Green #96BDB2

Tints of Shadow Green #96BDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 29.01%
G = 36.56%
B = 34.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#96BDB2 (or 0x96BDB2) is known color: Shadow Green. HEX triplet: 96, BD and B2. RGB value is (150,189,178). Sum of RGB (Red+Green+Blue) = 150+189+178=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #96BDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BDB2 is #69424D. Grayscale: #B0B0B0. Windows color (decimal): -6898254 or 11713942. OLE color: 11713942.

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

Color convert

RGB 150 189 178 -
CMYK 0.21 0 0.06 0.26
HSL 163.08º 0.23% 0.66% -
HSV(B) 163.08º 0.21% 0.74% -
XYZ 38.81 46.09 48.97 -
YUV 176.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 150 189 178 0.21 0 0.06 0.26 163.08 0.23 0.66
Hex 96 BD B2 15 0 6 1A A3 17 42
Octal 226 275 262 25 0 6 32 243 27 102
Binary 10010110 10111101 10110010 10101 0 110 11010 10100011 10111 1000010

Color Harmonies of #96BDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDB2

Black with #96BDB2

Text Example


Text Example

White with #96BDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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