Html Css Color HEX #9CB499 Spring Rain

📋 copy color: '#9CB499'

red 156 ◦ green 180 ◦ blue 153

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

Shades of Spring Rain #9CB499

Tints of Spring Rain #9CB499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.29%

R = 31.9%
G = 36.81%
B = 31.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#9CB499 (or 0x9CB499) is known color: Spring Rain. HEX triplet: 9C, B4 and 99. RGB value is (156,180,153). Sum of RGB (Red+Green+Blue) = 156+180+153=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB499 is #634B66. Grayscale: #A9A9A9. Windows color (decimal): -6507367 or 10073244. OLE color: 10073244.

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

Color convert

RGB 156 180 153 -
CMYK 0.13 0 0.15 0.29
HSL 113.33º 0.15% 0.65% -
HSV(B) 113.33º 0.15% 0.71% -
XYZ 35.78 42.01 36.36 -
YUV 169.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 156 180 153 0.13 0 0.15 0.29 113.33 0.15 0.65
Hex 9C B4 99 D 0 F 1D 71 F 41
Octal 234 264 231 15 0 17 35 161 17 101
Binary 10011100 10110100 10011001 1101 0 1111 11101 1110001 1111 1000001

Color Harmonies of #9CB499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB499

Black with #9CB499

Text Example


Text Example

White with #9CB499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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