Html Css Color HEX #96CBB6 Shadow Green

📋 copy color: '#96CBB6'

red 150 ◦ green 203 ◦ blue 182

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

Shades of Shadow Green #96CBB6

Tints of Shadow Green #96CBB6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.94%

 BLUE value IS 182 (71.48% from 255) = 34.02%

R = 28.04%
G = 37.94%
B = 34.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#96CBB6 (or 0x96CBB6) is known color: Shadow Green. HEX triplet: 96, CB and B6. RGB value is (150,203,182). Sum of RGB (Red+Green+Blue) = 150+203+182=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBB6 is #693449. Grayscale: #B8B8B8. Windows color (decimal): -6894666 or 11979670. OLE color: 11979670.

HSL color Cylindrical-coordinate representation of color #96CBB6: hue angle of 156.23º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBB6 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 203 182 -
CMYK 0.26 0 0.10 0.20
HSL 156.23º 0.34% 0.69% -
HSV(B) 156.23º 0.26% 0.8% -
XYZ 42.38 52.57 52.17 -
YUV 184.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 150 203 182 0.26 0 0.10 0.20 156.23 0.34 0.69
Hex 96 CB B6 1A 0 A 14 9C 22 45
Octal 226 313 266 32 0 12 24 234 42 105
Binary 10010110 11001011 10110110 11010 0 1010 10100 10011100 100010 1000101

Color Harmonies of #96CBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBB6

Black with #96CBB6

Text Example


Text Example

White with #96CBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,203,182); }

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

background-color css

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

 a { background-color: rgb(150,203,182); }

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

border-color css

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

 span { border-color: rgb(150,203,182); }

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