Html Css Color HEX #9CB992 Spring Rain

📋 copy color: '#9CB992'

red 156 ◦ green 185 ◦ blue 146

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

Shades of Spring Rain #9CB992

Tints of Spring Rain #9CB992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.99%

 BLUE value IS 146 (57.42% from 255) = 29.98%

R = 32.03%
G = 37.99%
B = 29.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#9CB992 (or 0x9CB992) is known color: Spring Rain. HEX triplet: 9C, B9 and 92. RGB value is (156,185,146). Sum of RGB (Red+Green+Blue) = 156+185+146=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB992 is #63466D. Grayscale: #ACACAC. Windows color (decimal): -6506094 or 9615772. OLE color: 9615772.

HSL color Cylindrical-coordinate representation of color #9CB992: hue angle of 104.62º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CB992 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 185 146 -
CMYK 0.16 0 0.21 0.27
HSL 104.62º 0.22% 0.65% -
HSV(B) 104.62º 0.21% 0.73% -
XYZ 36.25 43.84 33.75 -
YUV 171.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 156 185 146 0.16 0 0.21 0.27 104.62 0.22 0.65
Hex 9C B9 92 10 0 15 1B 69 16 41
Octal 234 271 222 20 0 25 33 151 26 101
Binary 10011100 10111001 10010010 10000 0 10101 11011 1101001 10110 1000001

Color Harmonies of #9CB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB992

Black with #9CB992

Text Example


Text Example

White with #9CB992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,185,146); }

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

background-color css

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

 a { background-color: rgb(156,185,146); }

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

border-color css

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

 span { border-color: rgb(156,185,146); }

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