#1CBC7A

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

Shades of Mountain Meadow #1CBC7A

Tints of Mountain Meadow #1CBC7A

Color information

#1CBC7A (or 0x1CBC7A) is unknown color: approx Mountain Meadow. HEX triplet: 1C, BC and 7A. RGB value is (28,188,122). Sum of RGB (Red+Green+Blue) = 28+188+122=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC7A is #E34385. Grayscale: #848484. Windows color (decimal): -14893958 or 8043548. OLE color: 8043548.

HSL color Cylindrical-coordinate representation of color #1CBC7A: hue angle of 155.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC7A is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB28188122-
CMYK0.8500.350.26
HSL155.25º74.07%42.35%-
HSV(B)155.25º85.11%73.73%-
XYZ21.9737.6224.52-
YUV132.64121.9953.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.28%
GREEN value IS 188 (73.83% from 255) = 55.62%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=8.28%
G=55.62%
B=36.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281881220.8500.350.26155.2574.0742.35
Hex1CBC7A550231A9b4a2a
Octal342741721250433223311252
Binary111001011110011110101010101010001111010100110111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,188,122); }

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

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

 a { background-color: rgb(28,188,122); }

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

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

 span { border-color: rgb(28,188,122); }

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