Html Css Color HEX #9BCB96 Spring Rain

📋 copy color: '#9BCB96'

red 155 ◦ green 203 ◦ blue 150

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

Shades of Spring Rain #9BCB96

Tints of Spring Rain #9BCB96

RGB

 RED value IS 155 (60.94% from 255) = 30.51%

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

 BLUE value IS 150 (58.98% from 255) = 29.53%

R = 30.51%
G = 39.96%
B = 29.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#9BCB96 (or 0x9BCB96) is known color: Spring Rain. HEX triplet: 9B, CB and 96. RGB value is (155,203,150). Sum of RGB (Red+Green+Blue) = 155+203+150=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCB96 is #643469. Grayscale: #B6B6B6. Windows color (decimal): -6567018 or 9882523. OLE color: 9882523.

HSL color Cylindrical-coordinate representation of color #9BCB96: hue angle of 114.34º 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 #9BCB96 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 203 150 -
CMYK 0.24 0 0.26 0.20
HSL 114.34º 0.34% 0.69% -
HSV(B) 114.34º 0.26% 0.8% -
XYZ 40.38 51.88 36.74 -
YUV 182.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 155 203 150 0.24 0 0.26 0.20 114.34 0.34 0.69
Hex 9B CB 96 18 0 1A 14 72 22 45
Octal 233 313 226 30 0 32 24 162 42 105
Binary 10011011 11001011 10010110 11000 0 11010 10100 1110010 100010 1000101

Color Harmonies of #9BCB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCB96

Black with #9BCB96

Text Example


Text Example

White with #9BCB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BCB96; }

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

 H1.HeaderClassName
 {
   color: #9BCB96;
 }
 .AnyTagClassName
 {
   color: #9BCB96;
 }
</style>

background-color css

<style>
 a { background-color: #9BCB96; }

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

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

border-color css

<style>
 span { border-color: #9BCB96; }

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

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