Html Css Color HEX #96BFA2 Summer Green

📋 copy color: '#96BFA2'

red 150 ◦ green 191 ◦ blue 162

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

Shades of Summer Green #96BFA2

Tints of Summer Green #96BFA2

RGB

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

 GREEN value IS 191 (75% from 255) = 37.97%

 BLUE value IS 162 (63.67% from 255) = 32.21%

R = 29.82%
G = 37.97%
B = 32.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#96BFA2 (or 0x96BFA2) is known color: Summer Green. HEX triplet: 96, BF and A2. RGB value is (150,191,162). Sum of RGB (Red+Green+Blue) = 150+191+162=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BFA2 is #69405D. Grayscale: #AFAFAF. Windows color (decimal): -6897758 or 10665878. OLE color: 10665878.

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

Color convert

RGB 150 191 162 -
CMYK 0.21 0 0.15 0.25
HSL 137.56º 0.24% 0.67% -
HSV(B) 137.56º 0.21% 0.75% -
XYZ 37.73 46.35 41.14 -
YUV 175.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 150 191 162 0.21 0 0.15 0.25 137.56 0.24 0.67
Hex 96 BF A2 15 0 F 19 8A 18 43
Octal 226 277 242 25 0 17 31 212 30 103
Binary 10010110 10111111 10100010 10101 0 1111 11001 10001010 11000 1000011

Color Harmonies of #96BFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFA2

Black with #96BFA2

Text Example


Text Example

White with #96BFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,191,162); }

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

background-color css

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

 a { background-color: rgb(150,191,162); }

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

border-color css

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

 span { border-color: rgb(150,191,162); }

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