Html Css Color HEX #9BBF93 Spring Rain

📋 copy color: '#9BBF93'

red 155 ◦ green 191 ◦ blue 147

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

Shades of Spring Rain #9BBF93

Tints of Spring Rain #9BBF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.82%

R = 31.44%
G = 38.74%
B = 29.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#9BBF93 (or 0x9BBF93) is known color: Spring Rain. HEX triplet: 9B, BF and 93. RGB value is (155,191,147). Sum of RGB (Red+Green+Blue) = 155+191+147=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF93 is #64406C. Grayscale: #AFAFAF. Windows color (decimal): -6570093 or 9682843. OLE color: 9682843.

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

Color convert

RGB 155 191 147 -
CMYK 0.19 0 0.23 0.25
HSL 109.09º 0.26% 0.66% -
HSV(B) 109.09º 0.23% 0.75% -
XYZ 37.41 46.34 34.58 -
YUV 175.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 155 191 147 0.19 0 0.23 0.25 109.09 0.26 0.66
Hex 9B BF 93 13 0 17 19 6D 1A 42
Octal 233 277 223 23 0 27 31 155 32 102
Binary 10011011 10111111 10010011 10011 0 10111 11001 1101101 11010 1000010

Color Harmonies of #9BBF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBF93

Black with #9BBF93

Text Example


Text Example

White with #9BBF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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