#1CBC7B

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

Shades of Mountain Meadow #1CBC7B

Tints of Mountain Meadow #1CBC7B

Color information

#1CBC7B (or 0x1CBC7B) is unknown color: approx Mountain Meadow. HEX triplet: 1C, BC and 7B. RGB value is (28,188,123). Sum of RGB (Red+Green+Blue) = 28+188+123=339 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.26% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC7B is #E34384. Grayscale: #848484. Windows color (decimal): -14893957 or 8109084. OLE color: 8109084.

HSL color Cylindrical-coordinate representation of color #1CBC7B: hue angle of 155.62º 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 #1CBC7B is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB28188123-
CMYK0.8500.350.26
HSL155.62º74.07%42.35%-
HSV(B)155.62º85.11%73.73%-
XYZ22.0437.6424.84-
YUV132.75122.4953.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.26%
GREEN value IS 188 (73.83% from 255) = 55.46%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=8.26%
G=55.46%
B=36.28%

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
Decimal281881230.8500.350.26155.6274.0742.35
Hex1CBC7B550231A9c4a2a
Octal342741731250433223411252
Binary111001011110011110111010101010001111010100111001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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