Html Css Color HEX #9BBF95 Spring Rain

📋 copy color: '#9BBF95'

red 155 ◦ green 191 ◦ blue 149

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

Shades of Spring Rain #9BBF95

Tints of Spring Rain #9BBF95

RGB

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

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

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

R = 31.31%
G = 38.59%
B = 30.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#9BBF95 (or 0x9BBF95) is known color: Spring Rain. HEX triplet: 9B, BF and 95. RGB value is (155,191,149). Sum of RGB (Red+Green+Blue) = 155+191+149=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF95 is #64406A. Grayscale: #AFAFAF. Windows color (decimal): -6570091 or 9813915. OLE color: 9813915.

HSL color Cylindrical-coordinate representation of color #9BBF95: hue angle of 111.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BBF95 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 191 149 -
CMYK 0.19 0 0.22 0.25
HSL 111.43º 0.25% 0.67% -
HSV(B) 111.43º 0.22% 0.75% -
XYZ 37.57 46.4 35.41 -
YUV 175.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 155 191 149 0.19 0 0.22 0.25 111.43 0.25 0.67
Hex 9B BF 95 13 0 16 19 6F 19 43
Octal 233 277 225 23 0 26 31 157 31 103
Binary 10011011 10111111 10010101 10011 0 10110 11001 1101111 11001 1000011

Color Harmonies of #9BBF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBF95

Black with #9BBF95

Text Example


Text Example

White with #9BBF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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