Html Css Color HEX #9CB498 Spring Rain

📋 copy color: '#9CB498'

red 156 ◦ green 180 ◦ blue 152

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

Shades of Spring Rain #9CB498

Tints of Spring Rain #9CB498

RGB

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

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

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

R = 31.97%
G = 36.89%
B = 31.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#9CB498 (or 0x9CB498) is known color: Spring Rain. HEX triplet: 9C, B4 and 98. RGB value is (156,180,152). Sum of RGB (Red+Green+Blue) = 156+180+152=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB498 is #634B67. Grayscale: #A9A9A9. Windows color (decimal): -6507368 or 10007708. OLE color: 10007708.

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

Color convert

RGB 156 180 152 -
CMYK 0.13 0 0.16 0.29
HSL 111.43º 0.16% 0.65% -
HSV(B) 111.43º 0.16% 0.71% -
XYZ 35.7 41.98 35.93 -
YUV 169.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 156 180 152 0.13 0 0.16 0.29 111.43 0.16 0.65
Hex 9C B4 98 D 0 10 1D 6F 10 41
Octal 234 264 230 15 0 20 35 157 20 101
Binary 10011100 10110100 10011000 1101 0 10000 11101 1101111 10000 1000001

Color Harmonies of #9CB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB498

Black with #9CB498

Text Example


Text Example

White with #9CB498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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