#96BEB4

Color #96BEB4 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #96BEB4

Tints of Shadow Green #96BEB4

Color information

#96BEB4 (or 0x96BEB4) is unknown color: approx Shadow Green. HEX triplet: 96, BE and B4. RGB value is (150,190,180). Sum of RGB (Red+Green+Blue) = 150+190+180=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #96BEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEB4 is #69414B. Grayscale: #B0B0B0. Windows color (decimal): -6897996 or 11845270. OLE color: 11845270.

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

Color convert

RGB150190180-
CMYK0.2100.050.25
HSL165º23.53%66.67%-
HSV(B)165º21.05%74.51%-
XYZ39.2346.6150.11-
YUV176.9129.75108.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.85%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=28.85%
G=36.54%
B=34.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501901800.2100.050.2516523.5366.67
Hex96BEB4150519a51843
Octal22627626425053124530103
Binary1001011010111110101101001010101011100110100101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,190,180); }

 H1.HeaderClassName
 {
   color: #96BEB4;
 }
 .AnyTagClassName
 {
   color: #96BEB4;
 }
</style>
background-color css

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

 a { background-color: rgb(150,190,180); }

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

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

 span { border-color: rgb(150,190,180); }

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