#1BA674

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

Shades of Mountain Meadow #1BA674

Tints of Mountain Meadow #1BA674

Color information

#1BA674 (or 0x1BA674) is unknown color: approx Mountain Meadow. HEX triplet: 1B, A6 and 74. RGB value is (27,166,116). Sum of RGB (Red+Green+Blue) = 27+166+116=309 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.74% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA674 is #E4598B. Grayscale: #767676. Windows color (decimal): -14965132 or 7644699. OLE color: 7644699.

HSL color Cylindrical-coordinate representation of color #1BA674: hue angle of 158.42º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA674 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB27166116-
CMYK0.8400.300.35
HSL158.42º72.02%37.84%-
HSV(B)158.42º83.73%65.1%-
XYZ17.2428.7721.17-
YUV118.74126.4562.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.74%
GREEN value IS 166 (65.23% from 255) = 53.72%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=8.74%
G=53.72%
B=37.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271661160.8400.300.35158.4272.0237.84
Hex1BA6745401E239e4826
Octal332461641240364323611046
Binary110111010011011101001010100011110100011100111101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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