#1BB074

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

Shades of Mountain Meadow #1BB074

Tints of Mountain Meadow #1BB074

Color information

#1BB074 (or 0x1BB074) is unknown color: approx Mountain Meadow. HEX triplet: 1B, B0 and 74. RGB value is (27,176,116). Sum of RGB (Red+Green+Blue) = 27+176+116=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #1BB074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BB074 is #E44F8B. Grayscale: #7C7C7C. Windows color (decimal): -14962572 or 7647259. OLE color: 7647259.

HSL color Cylindrical-coordinate representation of color #1BB074: hue angle of 155.84º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB074 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB27176116-
CMYK0.8500.340.31
HSL155.84º73.4%39.8%-
HSV(B)155.84º84.66%69.02%-
XYZ19.1332.5421.8-
YUV124.61123.1458.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.46%
GREEN value IS 176 (69.14% from 255) = 55.17%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=8.46%
G=55.17%
B=36.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal271761160.8500.340.31155.8473.439.8
Hex1BB074550221F9c4928
Octal332601641250423723411150
Binary110111011000011101001010101010001011111100111001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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