Html Css Color HEX #96BCB2 Shadow Green

📋 copy color: '#96BCB2'

red 150 ◦ green 188 ◦ blue 178

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

Shades of Shadow Green #96BCB2

Tints of Shadow Green #96BCB2

RGB

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

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

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

R = 29.07%
G = 36.43%
B = 34.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#96BCB2 (or 0x96BCB2) is known color: Shadow Green. HEX triplet: 96, BC and B2. RGB value is (150,188,178). Sum of RGB (Red+Green+Blue) = 150+188+178=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BCB2 is #69434D. Grayscale: #AFAFAF. Windows color (decimal): -6898510 or 11713686. OLE color: 11713686.

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

Color convert

RGB 150 188 178 -
CMYK 0.20 0 0.05 0.26
HSL 164.21º 0.22% 0.66% -
HSV(B) 164.21º 0.2% 0.74% -
XYZ 38.6 45.66 48.9 -
YUV 175.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 150 188 178 0.20 0 0.05 0.26 164.21 0.22 0.66
Hex 96 BC B2 14 0 5 1A A4 16 42
Octal 226 274 262 24 0 5 32 244 26 102
Binary 10010110 10111100 10110010 10100 0 101 11010 10100100 10110 1000010

Color Harmonies of #96BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCB2

Black with #96BCB2

Text Example


Text Example

White with #96BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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