Html Css Color HEX #9BBD98 Spring Rain

📋 copy color: '#9BBD98'

red 155 ◦ green 189 ◦ blue 152

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

Shades of Spring Rain #9BBD98

Tints of Spring Rain #9BBD98

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.1%

 BLUE value IS 152 (59.77% from 255) = 30.65%

R = 31.25%
G = 38.1%
B = 30.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#9BBD98 (or 0x9BBD98) is known color: Spring Rain. HEX triplet: 9B, BD and 98. RGB value is (155,189,152). Sum of RGB (Red+Green+Blue) = 155+189+152=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD98 is #644267. Grayscale: #AEAEAE. Windows color (decimal): -6570600 or 10010011. OLE color: 10010011.

HSL color Cylindrical-coordinate representation of color #9BBD98: hue angle of 115.14º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BBD98 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 152 -
CMYK 0.18 0 0.20 0.26
HSL 115.14º 0.22% 0.67% -
HSV(B) 115.14º 0.2% 0.74% -
XYZ 37.38 45.63 36.54 -
YUV 174.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 155 189 152 0.18 0 0.20 0.26 115.14 0.22 0.67
Hex 9B BD 98 12 0 14 1A 73 16 43
Octal 233 275 230 22 0 24 32 163 26 103
Binary 10011011 10111101 10011000 10010 0 10100 11010 1110011 10110 1000011

Color Harmonies of #9BBD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD98

Black with #9BBD98

Text Example


Text Example

White with #9BBD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,189,152); }

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

background-color css

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

 a { background-color: rgb(155,189,152); }

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

border-color css

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

 span { border-color: rgb(155,189,152); }

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