Html Css Color HEX #96BC88 Spring Rain

📋 copy color: '#96BC88'

red 150 ◦ green 188 ◦ blue 136

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

Shades of Spring Rain #96BC88

Tints of Spring Rain #96BC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.69%

R = 31.65%
G = 39.66%
B = 28.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#96BC88 (or 0x96BC88) is known color: Spring Rain. HEX triplet: 96, BC and 88. RGB value is (150,188,136). Sum of RGB (Red+Green+Blue) = 150+188+136=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BC88 is #694377. Grayscale: #AAAAAA. Windows color (decimal): -6898552 or 8961174. OLE color: 8961174.

HSL color Cylindrical-coordinate representation of color #96BC88: hue angle of 103.85º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96BC88 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 136 -
CMYK 0.20 0 0.28 0.26
HSL 103.85º 0.28% 0.64% -
HSV(B) 103.85º 0.28% 0.74% -
XYZ 35 44.23 29.98 -
YUV 170.71 108.41 113.23 -
System Red Green Blue C M Y K H S L
Decimal 150 188 136 0.20 0 0.28 0.26 103.85 0.28 0.64
Hex 96 BC 88 14 0 1C 1A 68 1C 40
Octal 226 274 210 24 0 34 32 150 34 100
Binary 10010110 10111100 10001000 10100 0 11100 11010 1101000 11100 1000000

Color Harmonies of #96BC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC88

Black with #96BC88

Text Example


Text Example

White with #96BC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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