Html Css Color HEX #9CB492 Spring Rain

📋 copy color: '#9CB492'

red 156 ◦ green 180 ◦ blue 146

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

Shades of Spring Rain #9CB492

Tints of Spring Rain #9CB492

RGB

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

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

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

R = 32.37%
G = 37.34%
B = 30.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#9CB492 (or 0x9CB492) is known color: Spring Rain. HEX triplet: 9C, B4 and 92. RGB value is (156,180,146). Sum of RGB (Red+Green+Blue) = 156+180+146=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB492 is #634B6D. Grayscale: #A9A9A9. Windows color (decimal): -6507374 or 9614492. OLE color: 9614492.

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

Color convert

RGB 156 180 146 -
CMYK 0.13 0 0.19 0.29
HSL 102.35º 0.18% 0.64% -
HSV(B) 102.35º 0.19% 0.71% -
XYZ 35.22 41.79 33.4 -
YUV 168.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 156 180 146 0.13 0 0.19 0.29 102.35 0.18 0.64
Hex 9C B4 92 D 0 13 1D 66 12 40
Octal 234 264 222 15 0 23 35 146 22 100
Binary 10011100 10110100 10010010 1101 0 10011 11101 1100110 10010 1000000

Color Harmonies of #9CB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB492

Black with #9CB492

Text Example


Text Example

White with #9CB492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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