#1CBE83

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

Shades of Mountain Meadow #1CBE83

Tints of Mountain Meadow #1CBE83

Color information

#1CBE83 (or 0x1CBE83) is unknown color: approx Mountain Meadow. HEX triplet: 1C, BE and 83. RGB value is (28,190,131). Sum of RGB (Red+Green+Blue) = 28+190+131=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #1CBE83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBE83 is #E3417C. Grayscale: #868686. Windows color (decimal): -14893437 or 8633884. OLE color: 8633884.

HSL color Cylindrical-coordinate representation of color #1CBE83: hue angle of 158.15º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBE83 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB28190131-
CMYK0.8500.310.25
HSL158.15º74.31%42.75%-
HSV(B)158.15º85.26%74.51%-
XYZ22.9938.7127.73-
YUV134.84125.8351.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.02%
GREEN value IS 190 (74.61% from 255) = 54.44%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=8.02%
G=54.44%
B=37.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281901310.8500.310.25158.1574.3142.75
Hex1CBE835501F199e4a2b
Octal342762031250373123611253
Binary111001011111010000011101010101111111001100111101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,190,131); }

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

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

 a { background-color: rgb(28,190,131); }

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

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

 span { border-color: rgb(28,190,131); }

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