#1BA479

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

Shades of Mountain Meadow #1BA479

Tints of Mountain Meadow #1BA479

Color information

#1BA479 (or 0x1BA479) is unknown color: approx Mountain Meadow. HEX triplet: 1B, A4 and 79. RGB value is (27,164,121). Sum of RGB (Red+Green+Blue) = 27+164+121=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA479 is #E45B86. Grayscale: #767676. Windows color (decimal): -14965639 or 7971867. OLE color: 7971867.

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

Color convert

RGB27164121-
CMYK0.8400.260.36
HSL161.17º71.73%37.45%-
HSV(B)161.17º83.54%64.31%-
XYZ17.1828.1622.62-
YUV118.14129.6163-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.65%
GREEN value IS 164 (64.45% from 255) = 52.56%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=8.65%
G=52.56%
B=38.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal271641210.8400.260.36161.1771.7337.45
Hex1BA4795401A24a14825
Octal332441711240324424111045
Binary110111010010011110011010100011010100100101000011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,164,121); }

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

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

 a { background-color: rgb(27,164,121); }

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

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

 span { border-color: rgb(27,164,121); }

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