Html Css Color HEX #9CBB8E Spring Rain

📋 copy color: '#9CBB8E'

red 156 ◦ green 187 ◦ blue 142

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

Shades of Spring Rain #9CBB8E

Tints of Spring Rain #9CBB8E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.56%

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 32.16%
G = 38.56%
B = 29.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#9CBB8E (or 0x9CBB8E) is known color: Spring Rain. HEX triplet: 9C, BB and 8E. RGB value is (156,187,142). Sum of RGB (Red+Green+Blue) = 156+187+142=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB8E is #634471. Grayscale: #ACACAC. Windows color (decimal): -6505586 or 9354140. OLE color: 9354140.

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

Color convert

RGB 156 187 142 -
CMYK 0.17 0 0.24 0.27
HSL 101.33º 0.25% 0.65% -
HSV(B) 101.33º 0.24% 0.73% -
XYZ 36.36 44.56 32.28 -
YUV 172.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 156 187 142 0.17 0 0.24 0.27 101.33 0.25 0.65
Hex 9C BB 8E 11 0 18 1B 65 19 41
Octal 234 273 216 21 0 30 33 145 31 101
Binary 10011100 10111011 10001110 10001 0 11000 11011 1100101 11001 1000001

Color Harmonies of #9CBB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB8E

Black with #9CBB8E

Text Example


Text Example

White with #9CBB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,142); }

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

background-color css

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

 a { background-color: rgb(156,187,142); }

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

border-color css

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

 span { border-color: rgb(156,187,142); }

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