Html Css Color HEX #9BB494 Spring Rain

📋 copy color: '#9BB494'

red 155 ◦ green 180 ◦ blue 148

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

Shades of Spring Rain #9BB494

Tints of Spring Rain #9BB494

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.27%

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 32.09%
G = 37.27%
B = 30.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#9BB494 (or 0x9BB494) is known color: Spring Rain. HEX triplet: 9B, B4 and 94. RGB value is (155,180,148). Sum of RGB (Red+Green+Blue) = 155+180+148=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB494 is #644B6B. Grayscale: #A8A8A8. Windows color (decimal): -6572908 or 9745563. OLE color: 9745563.

HSL color Cylindrical-coordinate representation of color #9BB494: hue angle of 106.88º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BB494 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 180 148 -
CMYK 0.14 0 0.18 0.29
HSL 106.88º 0.18% 0.64% -
HSV(B) 106.88º 0.18% 0.71% -
XYZ 35.18 41.75 34.22 -
YUV 168.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 155 180 148 0.14 0 0.18 0.29 106.88 0.18 0.64
Hex 9B B4 94 E 0 12 1D 6B 12 40
Octal 233 264 224 16 0 22 35 153 22 100
Binary 10011011 10110100 10010100 1110 0 10010 11101 1101011 10010 1000000

Color Harmonies of #9BB494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB494

Black with #9BB494

Text Example


Text Example

White with #9BB494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,180,148); }

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

background-color css

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

 a { background-color: rgb(155,180,148); }

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

border-color css

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

 span { border-color: rgb(155,180,148); }

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