#1BC771

Color #1BC771 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1BC771

Tints of Mountain Meadow #1BC771

Color information

#1BC771 (or 0x1BC771) is unknown color: approx Mountain Meadow. HEX triplet: 1B, C7 and 71. RGB value is (27,199,113). Sum of RGB (Red+Green+Blue) = 27+199+113=339 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.96% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #1BC771 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC771 is #E4388E. Grayscale: #898989. Windows color (decimal): -14956687 or 7456539. OLE color: 7456539.

HSL color Cylindrical-coordinate representation of color #1BC771: hue angle of 150º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC771 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB27199113-
CMYK0.8600.430.22
HSL150º76.11%44.31%-
HSV(B)150º86.43%78.04%-
XYZ23.8642.2722.52-
YUV137.77114.0248.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.96%
GREEN value IS 199 (78.12% from 255) = 58.70%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=7.96%
G=58.70%
B=33.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal271991130.8600.430.2215076.1144.31
Hex1BC7715602B16964c2c
Octal333071611260532622611454
Binary110111100011111100011010110010101110110100101101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BC771; }

 p { color: rgb(27,199,113); }

 H1.HeaderClassName
 {
   color: #1BC771;
 }
 .AnyTagClassName
 {
   color: #1BC771;
 }
</style>
background-color css

<style>
 a { background-color: #1BC771; }

 a { background-color: rgb(27,199,113); }

 div.DivClassName
 {
   background-color: #1BC771;
 }
 .BgClassName
 {
   background-color: #1BC771;
 }
</style>
border-color css

<style>
 span { border-color: #1BC771; }

 span { border-color: rgb(27,199,113); }

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