#1BA374

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

Shades of Mountain Meadow #1BA374

Tints of Mountain Meadow #1BA374

Color information

#1BA374 (or 0x1BA374) is unknown color: approx Mountain Meadow. HEX triplet: 1B, A3 and 74. RGB value is (27,163,116). Sum of RGB (Red+Green+Blue) = 27+163+116=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA374 is #E45C8B. Grayscale: #757575. Windows color (decimal): -14965900 or 7643931. OLE color: 7643931.

HSL color Cylindrical-coordinate representation of color #1BA374: hue angle of 159.26º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA374 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB27163116-
CMYK0.8300.290.36
HSL159.26º71.58%37.25%-
HSV(B)159.26º83.44%63.92%-
XYZ16.727.6920.99-
YUV116.98127.4463.82-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.82%
GREEN value IS 163 (64.06% from 255) = 53.27%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=8.82%
G=53.27%
B=37.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal271631160.8300.290.36159.2671.5837.25
Hex1BA3745301D249f4825
Octal332431641230354423711045
Binary110111010001111101001010011011101100100100111111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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