Html Css Color HEX #9BCB95 Spring Rain

📋 copy color: '#9BCB95'

red 155 ◦ green 203 ◦ blue 149

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

Shades of Spring Rain #9BCB95

Tints of Spring Rain #9BCB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.39%

R = 30.57%
G = 40.04%
B = 29.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#9BCB95 (or 0x9BCB95) is known color: Spring Rain. HEX triplet: 9B, CB and 95. RGB value is (155,203,149). Sum of RGB (Red+Green+Blue) = 155+203+149=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCB95 is #64346A. Grayscale: #B6B6B6. Windows color (decimal): -6567019 or 9816987. OLE color: 9816987.

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

Color convert

RGB 155 203 149 -
CMYK 0.24 0 0.27 0.20
HSL 113.33º 0.34% 0.69% -
HSV(B) 113.33º 0.27% 0.8% -
XYZ 40.3 51.85 36.32 -
YUV 182.49 109.1 108.39 -
System Red Green Blue C M Y K H S L
Decimal 155 203 149 0.24 0 0.27 0.20 113.33 0.34 0.69
Hex 9B CB 95 18 0 1B 14 71 22 45
Octal 233 313 225 30 0 33 24 161 42 105
Binary 10011011 11001011 10010101 11000 0 11011 10100 1110001 100010 1000101

Color Harmonies of #9BCB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCB95

Black with #9BCB95

Text Example


Text Example

White with #9BCB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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