Html Css Color HEX #96BDA0 Summer Green

📋 copy color: '#96BDA0'

red 150 ◦ green 189 ◦ blue 160

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

Shades of Summer Green #96BDA0

Tints of Summer Green #96BDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.06%

R = 30.06%
G = 37.88%
B = 32.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#96BDA0 (or 0x96BDA0) is known color: Summer Green. HEX triplet: 96, BD and A0. RGB value is (150,189,160). Sum of RGB (Red+Green+Blue) = 150+189+160=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #96BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BDA0 is #69425F. Grayscale: #AEAEAE. Windows color (decimal): -6898272 or 10534294. OLE color: 10534294.

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

Color convert

RGB 150 189 160 -
CMYK 0.21 0 0.15 0.26
HSL 135.38º 0.23% 0.66% -
HSV(B) 135.38º 0.21% 0.74% -
XYZ 37.12 45.42 40.07 -
YUV 174.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 150 189 160 0.21 0 0.15 0.26 135.38 0.23 0.66
Hex 96 BD A0 15 0 F 1A 87 17 42
Octal 226 275 240 25 0 17 32 207 27 102
Binary 10010110 10111101 10100000 10101 0 1111 11010 10000111 10111 1000010

Color Harmonies of #96BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDA0

Black with #96BDA0

Text Example


Text Example

White with #96BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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