#1BCA74

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

Shades of Mountain Meadow #1BCA74

Tints of Mountain Meadow #1BCA74

Color information

#1BCA74 (or 0x1BCA74) is unknown color: approx Mountain Meadow. HEX triplet: 1B, CA and 74. RGB value is (27,202,116). Sum of RGB (Red+Green+Blue) = 27+202+116=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BCA74 is #E4358B. Grayscale: #8C8C8C. Windows color (decimal): -14955916 or 7653915. OLE color: 7653915.

HSL color Cylindrical-coordinate representation of color #1BCA74: hue angle of 150.51º 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 #1BCA74 is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB27202116-
CMYK0.8700.430.21
HSL150.51º76.42%44.9%-
HSV(B)150.51º86.63%79.22%-
XYZ24.7243.7423.66-
YUV139.87114.5247.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.83%
GREEN value IS 202 (79.30% from 255) = 58.55%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=7.83%
G=58.55%
B=33.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal272021160.8700.430.21150.5176.4244.9
Hex1BCA745702B15974c2d
Octal333121641270532522711455
Binary110111100101011101001010111010101110101100101111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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