#1BC483

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

Shades of Mountain Meadow #1BC483

Tints of Mountain Meadow #1BC483

Color information

#1BC483 (or 0x1BC483) is unknown color: approx Mountain Meadow. HEX triplet: 1B, C4 and 83. RGB value is (27,196,131). Sum of RGB (Red+Green+Blue) = 27+196+131=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 196 (76.95% from 255 or 55.37% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC483 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC483 is #E43B7C. Grayscale: #8A8A8A. Windows color (decimal): -14957437 or 8635419. OLE color: 8635419.

HSL color Cylindrical-coordinate representation of color #1BC483: hue angle of 156.92º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC483 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB27196131-
CMYK0.8600.330.23
HSL156.92º75.78%43.73%-
HSV(B)156.92º86.22%76.86%-
XYZ24.2941.3528.17-
YUV138.06124.0148.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.63%
GREEN value IS 196 (76.95% from 255) = 55.37%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=7.63%
G=55.37%
B=37.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal271961310.8600.330.23156.9275.7843.73
Hex1BC48356021179d4c2c
Octal333042031260412723511454
Binary1101111000100100000111010110010000110111100111011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,196,131); }

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

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

 a { background-color: rgb(27,196,131); }

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

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

 span { border-color: rgb(27,196,131); }

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