Html Css Color HEX #9CBC8E Spring Rain

📋 copy color: '#9CBC8E'

red 156 ◦ green 188 ◦ blue 142

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

Shades of Spring Rain #9CBC8E

Tints of Spring Rain #9CBC8E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.68%

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

R = 32.1%
G = 38.68%
B = 29.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#9CBC8E (or 0x9CBC8E) is known color: Spring Rain. HEX triplet: 9C, BC and 8E. RGB value is (156,188,142). Sum of RGB (Red+Green+Blue) = 156+188+142=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC8E is #634371. Grayscale: #ADADAD. Windows color (decimal): -6505330 or 9354396. OLE color: 9354396.

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

Color convert

RGB 156 188 142 -
CMYK 0.17 0 0.24 0.26
HSL 101.74º 0.26% 0.65% -
HSV(B) 101.74º 0.24% 0.74% -
XYZ 36.58 44.99 32.35 -
YUV 173.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 156 188 142 0.17 0 0.24 0.26 101.74 0.26 0.65
Hex 9C BC 8E 11 0 18 1A 66 1A 41
Octal 234 274 216 21 0 30 32 146 32 101
Binary 10011100 10111100 10001110 10001 0 11000 11010 1100110 11010 1000001

Color Harmonies of #9CBC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC8E

Black with #9CBC8E

Text Example


Text Example

White with #9CBC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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