#1BCA71

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

Shades of Mountain Meadow #1BCA71

Tints of Mountain Meadow #1BCA71

Color information

#1BCA71 (or 0x1BCA71) is unknown color: approx Mountain Meadow. HEX triplet: 1B, CA and 71. RGB value is (27,202,113). Sum of RGB (Red+Green+Blue) = 27+202+113=342 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.89% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BCA71 is #E4358E. Grayscale: #8B8B8B. Windows color (decimal): -14955919 or 7457307. OLE color: 7457307.

HSL color Cylindrical-coordinate representation of color #1BCA71: hue angle of 149.49º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCA71 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB27202113-
CMYK0.8700.440.21
HSL149.49º76.42%44.9%-
HSV(B)149.49º86.63%79.22%-
XYZ24.5543.6722.76-
YUV139.53113.0247.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.89%
GREEN value IS 202 (79.30% from 255) = 59.06%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=7.89%
G=59.06%
B=33.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal272021130.8700.440.21149.4976.4244.9
Hex1BCA715702C15954c2d
Octal333121611270542522511455
Binary110111100101011100011010111010110010101100101011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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