Html Css Color HEX #9CB898 Spring Rain

📋 copy color: '#9CB898'

red 156 ◦ green 184 ◦ blue 152

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

Shades of Spring Rain #9CB898

Tints of Spring Rain #9CB898

RGB

 RED value IS 156 (61.33% from 255) = 31.71%

 GREEN value IS 184 (72.27% from 255) = 37.4%

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

R = 31.71%
G = 37.4%
B = 30.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#9CB898 (or 0x9CB898) is known color: Spring Rain. HEX triplet: 9C, B8 and 98. RGB value is (156,184,152). Sum of RGB (Red+Green+Blue) = 156+184+152=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB898 is #634767. Grayscale: #ACACAC. Windows color (decimal): -6506344 or 10008732. OLE color: 10008732.

HSL color Cylindrical-coordinate representation of color #9CB898: hue angle of 112.5º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CB898 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 184 152 -
CMYK 0.15 0 0.17 0.28
HSL 112.5º 0.18% 0.66% -
HSV(B) 112.5º 0.17% 0.72% -
XYZ 36.52 43.62 36.2 -
YUV 171.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 156 184 152 0.15 0 0.17 0.28 112.5 0.18 0.66
Hex 9C B8 98 F 0 11 1C 70 12 42
Octal 234 270 230 17 0 21 34 160 22 102
Binary 10011100 10111000 10011000 1111 0 10001 11100 1110000 10010 1000010

Color Harmonies of #9CB898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB898

Black with #9CB898

Text Example


Text Example

White with #9CB898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,184,152); }

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

background-color css

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

 a { background-color: rgb(156,184,152); }

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

border-color css

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

 span { border-color: rgb(156,184,152); }

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