Html Css Color HEX #9CB69B Spring Rain

📋 copy color: '#9CB69B'

red 156 ◦ green 182 ◦ blue 155

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

Shades of Spring Rain #9CB69B

Tints of Spring Rain #9CB69B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.92%

 BLUE value IS 155 (60.94% from 255) = 31.44%

R = 31.64%
G = 36.92%
B = 31.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#9CB69B (or 0x9CB69B) is known color: Spring Rain. HEX triplet: 9C, B6 and 9B. RGB value is (156,182,155). Sum of RGB (Red+Green+Blue) = 156+182+155=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB69B is #634964. Grayscale: #ABABAB. Windows color (decimal): -6506853 or 10204828. OLE color: 10204828.

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

Color convert

RGB 156 182 155 -
CMYK 0.14 0 0.15 0.29
HSL 117.78º 0.16% 0.66% -
HSV(B) 117.78º 0.15% 0.71% -
XYZ 36.35 42.89 37.37 -
YUV 171.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 156 182 155 0.14 0 0.15 0.29 117.78 0.16 0.66
Hex 9C B6 9B E 0 F 1D 76 10 42
Octal 234 266 233 16 0 17 35 166 20 102
Binary 10011100 10110110 10011011 1110 0 1111 11101 1110110 10000 1000010

Color Harmonies of #9CB69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB69B

Black with #9CB69B

Text Example


Text Example

White with #9CB69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,182,155); }

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

background-color css

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

 a { background-color: rgb(156,182,155); }

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

border-color css

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

 span { border-color: rgb(156,182,155); }

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